diff options
author | mnag <mnag@FreeBSD.org> | 2005-11-08 22:33:04 +0000 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-11-08 22:33:04 +0000 |
commit | 8a3c5c78e70652a63225b4eabe525ed9c20157c8 (patch) | |
tree | 6c235c75f0d44dc9cf442f843667ab9da29e258f /www/xshttpd/Makefile | |
parent | d538e39e2ab824d8144898f57bcb4f4af3f8b9bd (diff) | |
download | FreeBSD-ports-8a3c5c78e70652a63225b4eabe525ed9c20157c8.zip FreeBSD-ports-8a3c5c78e70652a63225b4eabe525ed9c20157c8.tar.gz |
Update to 3.3g01
Add SHA256
PR: 88675
Submitted by: maintainer
Diffstat (limited to 'www/xshttpd/Makefile')
-rw-r--r-- | www/xshttpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/xshttpd/Makefile b/www/xshttpd/Makefile index 7240a36..c3a5d81 100644 --- a/www/xshttpd/Makefile +++ b/www/xshttpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xshttpd -DISTVERSION= 3.3b34 +DISTVERSION= 3.3g01 CATEGORIES= www MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \ ftp://mud.stack.nl/pub/xs-httpd/release/ @@ -26,6 +26,7 @@ USE_RC_SUBR= xshttpd.sh GNU_CONFIGURE= yes USE_REINPLACE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} OPTIONS= SSL "Enable https support" On \ LDAP "Enable ldap support" Off \ |