diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-10-07 00:49:16 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-10-07 00:49:16 +0000 |
commit | 6bd1e92fc31d340e7dc805b1bb8e2127565b8beb (patch) | |
tree | 4cfa0a0b4f9a2e5d77c58de9bc27130b8e3b6c10 /www/suphp | |
parent | 582ab1981ba39d24d3779f248356da3464e35873 (diff) | |
download | ports-6bd1e92fc31d340e7dc805b1bb8e2127565b8beb.tar.gz ports-6bd1e92fc31d340e7dc805b1bb8e2127565b8beb.zip |
Notes
Diffstat (limited to 'www/suphp')
-rw-r--r-- | www/suphp/Makefile | 7 | ||||
-rw-r--r-- | www/suphp/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile index cfbd071f1935..057ac49a1b98 100644 --- a/www/suphp/Makefile +++ b/www/suphp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= suphp -PORTVERSION= 0.3 +PORTVERSION= 0.3.1 CATEGORIES= www MASTER_SITES= http://www.suphp.org/download/ @@ -49,7 +49,7 @@ CONFIGURE_ARGS+= --disable-checkgid .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/include/apache2/apr.h) -BROKEN= "Doesn't work with Apache 2" +BROKEN= "Doesn't work with Apache 2" .endif show-options: @@ -58,6 +58,9 @@ show-options: pre-everything:: @${MAKE} show-options +post-extract: + @${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT} + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/www/suphp/distinfo b/www/suphp/distinfo index b0eae4971f65..6345cb1e11f6 100644 --- a/www/suphp/distinfo +++ b/www/suphp/distinfo @@ -1 +1 @@ -MD5 (suphp-0.3.tar.gz) = f80d54de6aff5db4ab76670f1c5b3c6d +MD5 (suphp-0.3.1.tar.gz) = edf3063432da532a398d08cc8a48b668 |