SF.net SVN: gar:[25472] csw/mgar/pkg/perl/trunk/Makefile

claudio_sf at users.sourceforge.net claudio_sf at users.sourceforge.net
Thu Dec 17 23:23:05 CET 2015


Revision: 25472
          http://sourceforge.net/p/gar/code/25472
Author:   claudio_sf
Date:     2015-12-17 22:23:04 +0000 (Thu, 17 Dec 2015)
Log Message:
-----------
perl/trunk: Parallel install

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

Modified: csw/mgar/pkg/perl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/perl/trunk/Makefile	2015-12-17 21:15:03 UTC (rev 25471)
+++ csw/mgar/pkg/perl/trunk/Makefile	2015-12-17 22:23:04 UTC (rev 25472)
@@ -50,17 +50,19 @@
 CONFIGURE_ARGS += -Dcc=$(CC)
 CONFIGURE_ARGS += -Dcf_email=$(SPKG_EMAIL)
 CONFIGURE_ARGS += -Dman1dir=$(mandir)/man1
-CONFIGURE_ARGS += -Dman1ext=1
+CONFIGURE_ARGS += -Dman1ext=1perl$(VERSION_MAJOR)
 CONFIGURE_ARGS += -Dman3dir=$(mandir)/man3
-CONFIGURE_ARGS += -Dman3ext=3perl
+CONFIGURE_ARGS += -Dman3ext=3perl$(VERSION_MAJOR)
 CONFIGURE_ARGS += -Dperladmin="root at localhost"
 CONFIGURE_ARGS += -Dprefix=$(prefix)
-CONFIGURE_ARGS += -Dbin=$(bindir)
-CONFIGURE_ARGS += -Dscriptdir=$(bindir)
+#CONFIGURE_ARGS += -Dbin=$(bindir)
+#CONFIGURE_ARGS += -Dscriptdir=$(bindir)
+CONFIGURE_ARGS += -Dbin=$(prefix)/perl$(VERSION_MAJOR)/bin
+CONFIGURE_ARGS += -Dscriptdir=$(prefix)/perl$(VERSION_MAJOR)/bin
 # CSW provided modules should install in the privlib directory (/opt/csw/share/perl/5.<MAJOR>)
 CONFIGURE_ARGS += -Dprivlib=$(datadir)/perl/$(VERSION_MAJOR)
 CONFIGURE_ARGS += -Dsitearch=/opt/csw/local/lib/perl/$(VERSION_MAJOR)
-CONFIGURE_ARGS += -Dsitelib=/opt/csw/local/share/perl/$(VERSION)
+CONFIGURE_ARGS += -Dsitelib=/opt/csw/local/share/perl/$(VERSION_MAJOR)
 CONFIGURE_ARGS += -Dsiteman1dir=/opt/csw/local/share/man/man1
 CONFIGURE_ARGS += -Dsiteman3dir==/opt/csw/local/share/man/man3
 CONFIGURE_ARGS += -Dsiteprefix=/opt/csw/local
@@ -69,8 +71,8 @@
 CONFIGURE_ARGS += -Dusethreads
 CONFIGURE_ARGS += -Dusedtrace
 CONFIGURE_ARGS += -Duselargefiles 
-CONFIGURE_ARGS += -Dvendorarch=$(libdir)/perl5
-CONFIGURE_ARGS += -Dvendorlib=$(datadir)/perl5
+CONFIGURE_ARGS += -Dvendorarch=$(libdir)/perl5/$(VERSION_MAJOR)
+CONFIGURE_ARGS += -Dvendorlib=$(datadir)/perl5/$(VERSION_MAJOR)
 CONFIGURE_ARGS += -Dvendorprefix=$(prefix)
 CONFIGURE_ARGS += -Dlibsdirs=" $(abspath /usr/lib/$(MEMORYMODEL)) $(libdir)"
 CONFIGURE_ARGS += -Dsed=/opt/csw/bin/gsed

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