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 /audio/p5-Shout | |
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 '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 |