diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | 821f4bfe1527325c53be4dbf7c0a00aff391e896 (patch) | |
tree | 58fe92204378aa80d003f4d264f7a76f3b318df9 /misc/p5-Chatbot-Eliza | |
parent | 1b702a0f718f009f5a32d32d75a69be3a129dd71 (diff) | |
download | FreeBSD-ports-821f4bfe1527325c53be4dbf7c0a00aff391e896.zip FreeBSD-ports-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.gz |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'misc/p5-Chatbot-Eliza')
-rw-r--r-- | misc/p5-Chatbot-Eliza/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Chatbot-Eliza/pkg-plist | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/misc/p5-Chatbot-Eliza/Makefile b/misc/p5-Chatbot-Eliza/Makefile index 45375c0..6badd08 100644 --- a/misc/p5-Chatbot-Eliza/Makefile +++ b/misc/p5-Chatbot-Eliza/Makefile @@ -18,7 +18,6 @@ COMMENT= A clone of the classic Eliza program PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Chatbot::Eliza.3 .include <bsd.port.mk> diff --git a/misc/p5-Chatbot-Eliza/pkg-plist b/misc/p5-Chatbot-Eliza/pkg-plist index 8fedbaa..fa1e6f2 100644 --- a/misc/p5-Chatbot-Eliza/pkg-plist +++ b/misc/p5-Chatbot-Eliza/pkg-plist @@ -1,4 +1,4 @@ -lib/perl5/site_perl/%%PERL_VER%%/Chatbot/Eliza.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chatbot/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Chatbot -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chatbot +%%SITE_PERL%%/Chatbot/Eliza.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chatbot/.packlist +@dirrm %%SITE_PERL%%/Chatbot +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chatbot |