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 /mail/mbx2mbox | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) |
Notes
Diffstat (limited to 'mail/mbx2mbox')
-rw-r--r-- | mail/mbx2mbox/Makefile | 2 | ||||
-rw-r--r-- | mail/mbx2mbox/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/mbx2mbox/Makefile b/mail/mbx2mbox/Makefile index 15e66f3e0345..563c42de4a7e 100644 --- a/mail/mbx2mbox/Makefile +++ b/mail/mbx2mbox/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= MS Outlook Express .mbx to mbox file converter -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip +BUILD_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/mail/mbx2mbox/pkg-plist b/mail/mbx2mbox/pkg-plist index 4d5a1c1f7df3..3c86ea46896f 100644 --- a/mail/mbx2mbox/pkg-plist +++ b/mail/mbx2mbox/pkg-plist @@ -1,3 +1,3 @@ bin/mbx2mbox -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/mbx2mbox/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/mbx2mbox +%%SITE_PERL%%/%%PERL_ARCH%%/auto/mbx2mbox/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/mbx2mbox |