[csw-devel] SF.net SVN: gar:[9378] csw/mgar/gar/v2/categories/cpan/category.mk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Mar 26 09:42:04 CET 2010


Revision: 9378
          http://gar.svn.sourceforge.net/gar/?rev=9378&view=rev
Author:   dmichelsen
Date:     2010-03-26 08:42:03 +0000 (Fri, 26 Mar 2010)

Log Message:
-----------
mGAR v2: Take out unused stuff from cpan category

Modified Paths:
--------------
    csw/mgar/gar/v2/categories/cpan/category.mk

Modified: csw/mgar/gar/v2/categories/cpan/category.mk
===================================================================
--- csw/mgar/gar/v2/categories/cpan/category.mk	2010-03-26 08:08:07 UTC (rev 9377)
+++ csw/mgar/gar/v2/categories/cpan/category.mk	2010-03-26 08:42:03 UTC (rev 9378)
@@ -38,24 +38,6 @@
 
 include gar/gar.mk
 
-# Canned commands for finding packlist files
-find_packlist = $(shell find $(1) -type f -name .packlist | head -1)
-find_newest_packlist = $(shell find $(1) -type f -name .packlist -cnewer $(TIMESTAMP))
-
-# Fix package packlist for installation
-PERL_PACKLIST ?= $(call find_newest_packlist $(DESTDIR)$(perlpackroot))
-pre-package:
-	@if test -n "$(PERL_PACKLIST)" && test -f "$(PERL_PACKLIST)" ; then \
-		echo " ==> Fixing Perl Packlist: $(PERL_PACKLIST)" ; \
-		gsed -i -e s,$(DESTDIR),,g $(PERL_PACKLIST) ; \
-	fi
-	@$(MAKECOOKIE)
-
-# Enable scripts to see prereqs
-PERL5LIB  = $(DESTDIR)$(libdir)/perl/csw
-PERL5LIB := $(PERL5LIB):$(DESTDIR)$(datadir)/perl/csw
-export PERL5LIB
-
 CONFIGURE_ENV += PERL5LIB=$(PERL5LIB)
 BUILD_ENV     += PERL5LIB=$(PERL5LIB)
 TEST_ENV      += PERL5LIB=$(PERL5LIB)


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