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 /audio/p5-Shout | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) | |
download | ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip |
Notes
Diffstat (limited to 'audio/p5-Shout')
-rw-r--r-- | audio/p5-Shout/Makefile | 1 | ||||
-rw-r--r-- | audio/p5-Shout/pkg-plist | 14 |
2 files changed, 7 insertions, 8 deletions
diff --git a/audio/p5-Shout/Makefile b/audio/p5-Shout/Makefile index abdd7307d940..815e34626b32 100644 --- a/audio/p5-Shout/Makefile +++ b/audio/p5-Shout/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= shout.2:${PORTSDIR}/audio/libshout PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Shout.3 pre-configure: diff --git a/audio/p5-Shout/pkg-plist b/audio/p5-Shout/pkg-plist index acbfaf590bc1..6cd363eec318 100644 --- a/audio/p5-Shout/pkg-plist +++ b/audio/p5-Shout/pkg-plist @@ -1,10 +1,10 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Shout.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shout/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shout/Shout.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shout/Shout.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shout/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/Shout.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Shout/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Shout/Shout.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Shout/Shout.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Shout/autosplit.ix %%PORTDOCS%%share/examples/p5-Shout/example.pl %%PORTDOCS%%share/examples/p5-Shout/example2.pl %%PORTDOCS%%@dirrm share/examples/p5-Shout -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shout -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PER_ARCH%%/auto/Shout 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Shout +@unexec rmdir %D/%%SITE_PERL%%/%%PER_ARCH%%/auto/Shout 2>/dev/null || true |