From 76f0d97dfb7409d44f9832759896875cd18b4c14 Mon Sep 17 00:00:00 2001 From: mharo Date: Tue, 21 Mar 2000 23:40:35 +0000 Subject: Portlint: PREFIX -> LOCALBASE Man pages in Makefile, not PLIST Remove extra blank lines --- databases/p5-DBD-Pg-13/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/p5-DBD-Pg-13') 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 -- cgit