diff options
Diffstat (limited to 'www/woof/Makefile')
-rw-r--r-- | www/woof/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/woof/Makefile b/www/woof/Makefile index 4d1578996c21..dcc25ebde840 100644 --- a/www/woof/Makefile +++ b/www/woof/Makefile @@ -7,20 +7,21 @@ PORTNAME= woof PORTVERSION= 2009.02.27 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.home.unix-ag.org/simon/ DISTNAME= woof -EXTRACT_SUFX= -EXTRACT_ONLY= +EXTRACT_SUFX= # empty +EXTRACT_ONLY= # empty MAINTAINER= dereckson@gmail.com COMMENT= Web Offer One File, an ad-hoc single file webserver USE_PYTHON= yes -NO_BUILD= # +NO_BUILD= yes PLIST_FILES= bin/woof do-install: - ${INSTALL_DATA} ${DISTDIR}/woof ${PREFIX}/bin/woof + ${INSTALL_SCRIPT} ${DISTDIR}/woof ${PREFIX}/bin/woof .include <bsd.port.mk> |