diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-08-23 16:38:11 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-08-23 16:38:11 +0000 |
commit | 919e7f4dbf11af672fe3baecef715ff8bd92e711 (patch) | |
tree | 04ccc694d3b95cafe2cbd20f9641a4f6e0ee5b5a | |
parent | Update to 1.9.3. (diff) |
Bring postgressql-devel up to snuff to build with PostgreSQL's other
sub-ports (eg: p5-postgresql-plperl).
PR: ports/54629
Submitted by: Yen-Shuo Su <yssu@CCCA.net>
-rw-r--r-- | databases/postgresql-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile index d8809e5c8dcb..2b33888c5187 100644 --- a/databases/postgresql-devel/Makefile +++ b/databases/postgresql-devel/Makefile @@ -11,20 +11,20 @@ CATEGORIES?= databases MASTER_SITES= http://freebsd.sean.chittenden.org/ports/ \ http://people.freebsd.org/~seanc/ports/ PKGNAMESUFFIX= -devel +DIST_SUBDIR= postgresql MAINTAINER?= seanc@FreeBSD.org COMMENT= Development snapshots of PostgreSQL's latest features -DIST_SUBDIR= postgresql - USE_BZIP2= YES USE_GMAKE= YES USE_PERL5_BUILD= YES GNU_CONFIGURE= YES +WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} .if defined(POSTGRESQL_SUBPORT) ## the POSTGRESQL_SUBPORTS use this port's distinfo -MD5_FILE= ${.CURDIR}/../postgresql7/distinfo +MD5_FILE= ${.CURDIR}/../postgresql-devel/distinfo .else ## POSTGRESQL_SUBPORTS stops here |