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 /net/p5-Net-Z3950 | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) |
Notes
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 |