aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-09-16 11:31:16 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-09-16 11:31:16 +0800
commit387499f490d0fee0b7f74993c129e7d50827783c (patch)
treefe1243c962a885319c868ace5ebdbcae5c450680
parentf10e3f5efb1d1728429dc56eb6c2ecdec2fd40fb (diff)
downloadfreebsd-ports-gnome-387499f490d0fee0b7f74993c129e7d50827783c.tar.gz
freebsd-ports-gnome-387499f490d0fee0b7f74993c129e7d50827783c.tar.zst
freebsd-ports-gnome-387499f490d0fee0b7f74993c129e7d50827783c.zip
- Fix pkg-plist
The default install-exec-hook calls apxs but without -a/-A which confuses our std pkg-plist @exec/@unexec stanzas Reported by: erwin via pointyhat
-rw-r--r--www/mod_auth_form/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_auth_form/Makefile b/www/mod_auth_form/Makefile
index e9ff3acb7b26..54a82d4dd004 100644
--- a/www/mod_auth_form/Makefile
+++ b/www/mod_auth_form/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mod_auth_form
PORTVERSION= 2.05
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://comp.uark.edu/~ajarthu/mod_auth_form/download.php?download=v2_05/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}