diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | c634b4bb839753aec2ae1040e2c80a5282402cb8 (patch) | |
tree | d8b3fc97550f860aeb41c57751d2550e9ad6273e /devel/p5-UNIVERSAL-exports | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) | |
download | ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip |
Notes
Diffstat (limited to 'devel/p5-UNIVERSAL-exports')
-rw-r--r-- | devel/p5-UNIVERSAL-exports/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-UNIVERSAL-exports/pkg-plist | 12 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-UNIVERSAL-exports/Makefile b/devel/p5-UNIVERSAL-exports/Makefile index 0b52e7f92548..8e4d952b7810 100644 --- a/devel/p5-UNIVERSAL-exports/Makefile +++ b/devel/p5-UNIVERSAL-exports/Makefile @@ -15,12 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= Lightweight, universal exporting of variables -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Exporter/Lite.pm:${PORTSDIR}/devel/p5-Exporter-Lite +BUILD_DEPENDS= ${SITE_PERL}/Exporter/Lite.pm:${PORTSDIR}/devel/p5-Exporter-Lite RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= UNIVERSAL::exports.3 UNIVERSAL::require.3 .include <bsd.port.mk> diff --git a/devel/p5-UNIVERSAL-exports/pkg-plist b/devel/p5-UNIVERSAL-exports/pkg-plist index 65f0839aa3d0..58ba070f0a7f 100644 --- a/devel/p5-UNIVERSAL-exports/pkg-plist +++ b/devel/p5-UNIVERSAL-exports/pkg-plist @@ -1,6 +1,6 @@ -lib/perl5/site_perl/%%PERL_VER%%/UNIVERSAL/exports.pm -lib/perl5/site_perl/%%PERL_VER%%/UNIVERSAL/require.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/UNIVERSAL/exports/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/UNIVERSAL/exports -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/UNIVERSAL -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/UNIVERSAL 2>/dev/null || true +%%SITE_PERL%%/UNIVERSAL/exports.pm +%%SITE_PERL%%/UNIVERSAL/require.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/UNIVERSAL/exports/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/UNIVERSAL/exports +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/UNIVERSAL +@unexec rmdir %D/%%SITE_PERL%%/UNIVERSAL 2>/dev/null || true |