diff --git a/www/sws/Makefile b/www/sws/Makefile index 740e9af68558..cd25f845ba1d 100644 --- a/www/sws/Makefile +++ b/www/sws/Makefile @@ -1,14 +1,15 @@ PORTNAME= sws PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://prd4.wynn.com:8080/src/ MAINTAINER= wynkoop@wynn.com COMMENT= Simple, safe, secure, web server written in /bin/sh WWW= http://prd4.wynn.com:8080/ LICENSE= BSD2CLAUSE NO_ARCH= yes .include diff --git a/www/sws/files/patch-Makefile b/www/sws/files/patch-Makefile index fe1a7de880ef..ffcf6be54094 100644 --- a/www/sws/files/patch-Makefile +++ b/www/sws/files/patch-Makefile @@ -1,9 +1,14 @@ --- Makefile.orig 2015-02-15 23:56:31 UTC +++ Makefile -@@ -16,6 +16,3 @@ install: - cp sws.8.txt ${DST}/man/man8/sws.8 +@@ -13,9 +13,6 @@ install: + chmod 775 ${DST}/sws/docs + chmod 644 ${DST}/etc/sws.cfg + cp sws.txt ${DST}/bin/sws +- cp sws.8.txt ${DST}/man/man8/sws.8 ++ cp sws.8.txt ${DST}/share/man/man8/sws.8 chmod 755 ${DST}/bin/sws - chmod 644 ${DST}/man/man8/sws.8 +- chmod 644 ${DST}/man/man8/sws.8 - chown root:wheel ${DST}/bin/sws ${DST}/man/man8/sws.8 - chown www:www ${DST}/sws/docs - chown www:www ${DST}/etc/sws.cfg ++ chmod 644 ${DST}/share/man/man8/sws.8 diff --git a/www/sws/pkg-plist b/www/sws/pkg-plist index 8beaa3bddcf8..00009a750e86 100644 --- a/www/sws/pkg-plist +++ b/www/sws/pkg-plist @@ -1,4 +1,4 @@ bin/sws %%ETCDIR%%.cfg -man/man8/sws.8.gz +share/man/man8/sws.8.gz @dir sws/docs