diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-22 07:40:35 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-22 07:40:35 +0800 |
commit | 76f0d97dfb7409d44f9832759896875cd18b4c14 (patch) | |
tree | d136c718b2242e7627ae3d6c9c09c93e73d2b001 /databases/p5-DBD-Pg-13 | |
parent | b6a47ca7f4656fd0c241bb77c83d41d53ba977fa (diff) | |
download | freebsd-ports-gnome-76f0d97dfb7409d44f9832759896875cd18b4c14.tar.gz freebsd-ports-gnome-76f0d97dfb7409d44f9832759896875cd18b4c14.tar.zst freebsd-ports-gnome-76f0d97dfb7409d44f9832759896875cd18b4c14.zip |
Portlint:
PREFIX -> LOCALBASE
Man pages in Makefile, not PLIST
Remove extra blank lines
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 |