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 /mail/grepmail | |
parent | 1b702a0f718f009f5a32d32d75a69be3a129dd71 (diff) | |
download | freebsd-ports-graphics-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.gz freebsd-ports-graphics-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.zst freebsd-ports-graphics-821f4bfe1527325c53be4dbf7c0a00aff391e896.zip |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'mail/grepmail')
-rw-r--r-- | mail/grepmail/Makefile | 4 | ||||
-rw-r--r-- | mail/grepmail/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index 3823e5751ef..d41f496e8cb 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jedgar@FreeBSD.org COMMENT= Search mailboxes for a given regexp and display matching emails -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate +BUILD_DEPENDS= ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate +RUN_DEPENDS= ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate PERL_CONFIGURE= yes USE_REINPLACE= yes diff --git a/mail/grepmail/pkg-plist b/mail/grepmail/pkg-plist index 281cbfa14ff..d4a1e3e833a 100644 --- a/mail/grepmail/pkg-plist +++ b/mail/grepmail/pkg-plist @@ -1,3 +1,3 @@ bin/grepmail -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/grepmail/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/grepmail +%%SITE_PERL%%/%%PERL_ARCH%%/auto/grepmail/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/grepmail |