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-SimpleServer | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) | |
download | ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip |
Notes
Diffstat (limited to 'net/p5-Net-Z3950-SimpleServer')
-rw-r--r-- | net/p5-Net-Z3950-SimpleServer/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Z3950-SimpleServer/pkg-plist | 24 |
2 files changed, 12 insertions, 13 deletions
diff --git a/net/p5-Net-Z3950-SimpleServer/Makefile b/net/p5-Net-Z3950-SimpleServer/Makefile index d29b3087f59a..7131e55328f3 100644 --- a/net/p5-Net-Z3950-SimpleServer/Makefile +++ b/net/p5-Net-Z3950-SimpleServer/Makefile @@ -20,6 +20,5 @@ PERL_CONFIGURE= yes CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} MAN3= Net::Z3950::GRS1.3 Net::Z3950::SimpleServer.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/net/p5-Net-Z3950-SimpleServer/pkg-plist b/net/p5-Net-Z3950-SimpleServer/pkg-plist index c1e2b7b9f1c1..863b7f202857 100644 --- a/net/p5-Net-Z3950-SimpleServer/pkg-plist +++ b/net/p5-Net-Z3950-SimpleServer/pkg-plist @@ -1,12 +1,12 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer/SimpleServer.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer/SimpleServer.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer/autosplit.ix -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Z3950/GRS1.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Z3950/OID.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Z3950/SimpleServer.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Z3950/grs_test.pl -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Z3950/ztest.pl -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Z3950 -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Z3950 +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer/SimpleServer.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer/SimpleServer.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950/GRS1.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950/OID.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950/SimpleServer.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950/grs_test.pl +%%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950/ztest.pl +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950 +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950 |