summaryrefslogtreecommitdiff
path: root/www/shttpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/shttpd/Makefile')
-rw-r--r--www/shttpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/shttpd/Makefile b/www/shttpd/Makefile
index 741f38e7c60c..5bfe0e5be78e 100644
--- a/www/shttpd/Makefile
+++ b/www/shttpd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= shttpd
-PORTVERSION= 1.27
+PORTVERSION= 1.28
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= shttpd
@@ -18,7 +18,7 @@ COMMENT= Small, fast, embeddable web server with CGI, SSL, Authorization
MAN1= shttpd.1
.if defined(WITHOUT_SSL)
-PKGNAMESUFFIX= -nossl
+PKGNAMESUFFIX+= -nossl
.else
CFLAGS+= -DWITH_SSL -lssl -lcrypto
.endif