diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
commit | 3e839fced03911e060519db070ef0b74a8f453d5 (patch) | |
tree | 58839ba4c2c0d7dad468b2a8f8430d225f909a6b /databases/p5-Pg | |
parent | 8c1e758bbd2d733cd1522404a3cb69077926ee68 (diff) | |
download | FreeBSD-ports-3e839fced03911e060519db070ef0b74a8f453d5.zip FreeBSD-ports-3e839fced03911e060519db070ef0b74a8f453d5.tar.gz |
Remove do-configure section, use PERL_CONFIGURE now.
Diffstat (limited to 'databases/p5-Pg')
-rw-r--r-- | databases/p5-Pg/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile index 9615b81..cc9fd90 100644 --- a/databases/p5-Pg/Makefile +++ b/databases/p5-Pg/Makefile @@ -10,23 +10,18 @@ PORTVERSION= 1.9.0 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Pg -DISTNAME= pgsql_perl5-${PORTVERSION} PKGNAMEPREFIX= p5- +DISTNAME= pgsql_perl5-${PORTVERSION} MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 -USE_PERL5= yes - +PERL_CONFIGURE= yes POSTGRES_HOME?= ${LOCALBASE}/pgsql MAKE_ENV+= POSTGRES_HOME=${POSTGRES_HOME} MAN3= Pg.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - .include <bsd.port.mk> |