diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-21 23:40:35 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-21 23:40:35 +0000 |
commit | 4250be55eedaddfd73a80813c4956947167d7a6c (patch) | |
tree | 2b7e03b0a6f81ae83937fb91c04ee19200bbbf73 /databases/p5-DBD-Pg-13 | |
parent | 72ef1b81ecc4cf8e9a7dbe24801fd04c38140efa (diff) | |
download | ports-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-DBD-Pg-13')
-rw-r--r-- | databases/p5-DBD-Pg-13/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile index a1143ae8c692..9a71bf081921 100644 --- a/databases/p5-DBD-Pg-13/Makefile +++ b/databases/p5-DBD-Pg-13/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= DBD MAINTAINER= jfitz@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql USE_PERL5= YES |