From 919e7f4dbf11af672fe3baecef715ff8bd92e711 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Sat, 23 Aug 2003 16:38:11 +0000 Subject: [PATCH] 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 --- databases/postgresql-devel/Makefile | 6 +++--- 1 file 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