diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-16 11:31:16 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-16 11:31:16 +0800 |
commit | 387499f490d0fee0b7f74993c129e7d50827783c (patch) | |
tree | fe1243c962a885319c868ace5ebdbcae5c450680 | |
parent | f10e3f5efb1d1728429dc56eb6c2ecdec2fd40fb (diff) | |
download | freebsd-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/Makefile | 1 |
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} |