From 3955ff88add72a5b6478517cfe3b5526205f5c99 Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Tue, 26 Mar 2002 10:16:09 +0000 Subject: [PATCH] Unbreak build. --- www/nspostgres/Makefile | 5 +++-- www/pgdriver/files/patch-aa | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/www/nspostgres/Makefile b/www/nspostgres/Makefile index a32fed8e7bcf..42fc1ae1d54b 100644 --- a/www/nspostgres/Makefile +++ b/www/nspostgres/Makefile @@ -8,7 +8,8 @@ PORTNAME= nspostgres PORTVERSION= 3.0 CATEGORIES= www databases -MASTER_SITES= ftp://ftp.aolserver.com/modules/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= aolserver DISTNAME= nspostgres3_0 MAINTAINER= jkoshy@freebsd.org @@ -20,7 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/nspostgres USE_GMAKE= yes -MAKE_ENV+= POSTGRES=${PREFIX}/pgsql BUILDPREFIX=${PREFIX} +MAKE_ENV+= POSTGRES=${PREFIX} BUILDPREFIX=${PREFIX} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nspostgres.so ${PREFIX}/aolserver/bin diff --git a/www/pgdriver/files/patch-aa b/www/pgdriver/files/patch-aa index 702f51fb22a8..541a9a266f20 100644 --- a/www/pgdriver/files/patch-aa +++ b/www/pgdriver/files/patch-aa @@ -13,7 +13,7 @@ # Location of the PostgreSQL includes -PGINC=/usr/local/pgsql/include -+PGINC=${PREFIX}/include/pgsql ++PGINC=${PREFIX}/include # Location of the AOLserver files (normally the ~nsadmin directory): #NSHOME=/opt/aolserver