diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-06-07 12:03:40 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-06-07 12:03:40 +0800 |
commit | 7e764cbf1f69ded0a0f82cd5ef019af26a579094 (patch) | |
tree | 56291407039fd9612e57dbba20bec0ce327ab379 | |
parent | 188c9b2292d3c7d1cc45bc353d69b21e39de9ed1 (diff) | |
download | freebsd-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/Makefile | 9 | ||||
-rw-r--r-- | www/mod_auth_pgsql/pkg-plist | 3 |
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 |