aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-MLDBM
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-03-21 23:40:35 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-03-21 23:40:35 +0000
commit4250be55eedaddfd73a80813c4956947167d7a6c (patch)
tree2b7e03b0a6f81ae83937fb91c04ee19200bbbf73 /databases/p5-MLDBM
parent72ef1b81ecc4cf8e9a7dbe24801fd04c38140efa (diff)
downloadports-4250be55eedaddfd73a80813c4956947167d7a6c.tar.gz
ports-4250be55eedaddfd73a80813c4956947167d7a6c.zip
Portlint:
PREFIX -> LOCALBASE Man pages in Makefile, not PLIST Remove extra blank lines
Notes
Notes: svn path=/head/; revision=26935
Diffstat (limited to 'databases/p5-MLDBM')
-rw-r--r--databases/p5-MLDBM/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-MLDBM/Makefile b/databases/p5-MLDBM/Makefile
index c7cc5068f8f6..c3679774fa92 100644
--- a/databases/p5-MLDBM/Makefile
+++ b/databases/p5-MLDBM/Makefile
@@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= MLDBM
MAINTAINER= ports@FreeBSD.org
-BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \
- ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
USE_PERL5= YES