[csw-devel] SF.net SVN: gar:[16140] csw/mgar/pkg/tardy/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Nov 8 14:39:54 CET 2011


Revision: 16140
          http://gar.svn.sourceforge.net/gar/?rev=16140&view=rev
Author:   dmichelsen
Date:     2011-11-08 13:39:54 +0000 (Tue, 08 Nov 2011)
Log Message:
-----------
tardy/trunk: Fix install routine

Modified Paths:
--------------
    csw/mgar/pkg/tardy/trunk/Makefile

Modified: csw/mgar/pkg/tardy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tardy/trunk/Makefile	2011-11-08 12:40:26 UTC (rev 16139)
+++ csw/mgar/pkg/tardy/trunk/Makefile	2011-11-08 13:39:54 UTC (rev 16140)
@@ -23,14 +23,22 @@
 PACKAGES = CSWtardy
 SPKG_DESC_CSWtardy = $(DESCRIPTION)
 RUNTIME_DEP_PKGS_CSWtardy += CSWlibz1
+RUNTIME_DEP_PKGS_CSWtardy += CSWlibexplain30
 
 EXTRA_CPPFLAGS = -D_FILE_OFFSET_BITS=64
+EXTRA_CXXFLAGS = -norunpath
 
 CONFIGURE_ARGS += AWK=gawk
 
+# The testsuite relies on lsof which doesn't run inside a zone on the buildfarm
+SKIPTEST ?= 1
+
+INSTALL_OVERRIDE_DIRS += bindir
+INSTALL_OVERRIDE_DIRS += mandir
+
 include gar/category.mk
 
 pre-install-modulated:
 	ginstall -d $(DESTDIR)$(bindir)
 	ginstall -d $(DESTDIR)$(mandir)/man1
-	ginstall $(WORKSRC)/man1/tardy.1 $(DESTDIR)$(mandir)/man1/tardy.1
+	ginstall $(WORKSRC)/man/man1/tardy.1 $(DESTDIR)$(mandir)/man1/tardy.1

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list