diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-24 20:05:09 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-24 20:05:09 +0800 |
commit | 821f4bfe1527325c53be4dbf7c0a00aff391e896 (patch) | |
tree | 58fe92204378aa80d003f4d264f7a76f3b318df9 /net/p5-Net-Z3950 | |
parent | 1b702a0f718f009f5a32d32d75a69be3a129dd71 (diff) | |
download | freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.gz freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.zst freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.zip |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'net/p5-Net-Z3950')
-rw-r--r-- | net/p5-Net-Z3950/Makefile | 7 | ||||
-rw-r--r-- | net/p5-Net-Z3950/pkg-plist | 30 |
2 files changed, 18 insertions, 19 deletions
diff --git a/net/p5-Net-Z3950/Makefile b/net/p5-Net-Z3950/Makefile index f1225e619f7f..e345c3aa3722 100644 --- a/net/p5-Net-Z3950/Makefile +++ b/net/p5-Net-Z3950/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= A perl interface to the Z39.50 information retrieval protocol -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MARC.pm:${PORTSDIR}/textproc/p5-MARC \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event +RUN_DEPENDS= ${SITE_PERL}/MARC.pm:${PORTSDIR}/textproc/p5-MARC \ + ${SITE_PERL}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event PERL_CONFIGURE= yes CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} @@ -25,6 +25,5 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} MAN3= Net::Z3950::ResultSet.3 Net::Z3950::Manager.3 \ Net::Z3950::Tutorial.3 Net::Z3950::Record.3 \ Net::Z3950::Connection.3 Net::Z3950::APDU.3 Net::Z3950.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/net/p5-Net-Z3950/pkg-plist b/net/p5-Net-Z3950/pkg-plist index 121608361bf5..c3adeb614121 100644 --- a/net/p5-Net-Z3950/pkg-plist +++ b/net/p5-Net-Z3950/pkg-plist @@ -1,15 +1,15 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Z3950/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Z3950/autosplit.ix -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Z3950/Z3950.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Z3950/Z3950.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Z3950.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Z3950/APDU.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Z3950/Connection.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Z3950/Manager.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Z3950/Record.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Z3950/ResultSet.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Z3950/Tutorial.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Z3950 -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Z3950 -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/Z3950.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/Z3950.so +%%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950/APDU.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950/Connection.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950/Manager.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950/Record.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950/ResultSet.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950/Tutorial.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950 +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950 +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net |