aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-06-07 12:03:40 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-06-07 12:03:40 +0800
commit7e764cbf1f69ded0a0f82cd5ef019af26a579094 (patch)
tree56291407039fd9612e57dbba20bec0ce327ab379
parent188c9b2292d3c7d1cc45bc353d69b21e39de9ed1 (diff)
downloadfreebsd-ports-gnome-7e764cbf1f69ded0a0f82cd5ef019af26a579094.tar.gz
freebsd-ports-gnome-7e764cbf1f69ded0a0f82cd5ef019af26a579094.tar.zst
freebsd-ports-gnome-7e764cbf1f69ded0a0f82cd5ef019af26a579094.zip
- Covnert to AP_FAST_BUILD / AP_GENPLIST
-rw-r--r--www/mod_auth_pgsql/Makefile9
-rw-r--r--www/mod_auth_pgsql/pkg-plist3
2 files changed, 4 insertions, 8 deletions
diff --git a/www/mod_auth_pgsql/Makefile b/www/mod_auth_pgsql/Makefile
index f49856dda574..1919dd0828f3 100644
--- a/www/mod_auth_pgsql/Makefile
+++ b/www/mod_auth_pgsql/Makefile
@@ -21,11 +21,10 @@ USE_DOS2UNIX= ${PORTNAME}.html
USE_PGSQL= yes
USE_APACHE= 1.3
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}
-
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --with-pgsql=${PREFIX} \
- --with-apxs=${APXS}
+AP_FAST_BUILD= yes
+AP_GENPLIST= yes
+AP_INC= ${LOCALBASE}/include
+AP_LIB= ${LOCALBASE}/lib -lpq
PORTDOCS= README index.html
diff --git a/www/mod_auth_pgsql/pkg-plist b/www/mod_auth_pgsql/pkg-plist
deleted file mode 100644
index 1c2204bcf525..000000000000
--- a/www/mod_auth_pgsql/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-%%APACHEMODDIR%%/mod_auth_pgsql.so
-@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f
-@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f