diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2010-09-21 07:54:44 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2010-09-21 07:54:44 +0000 |
commit | fc366adb105b7bb2dc40e2a7e3e8c2022e37efe2 (patch) | |
tree | 14016bd02ab80e4ff4ec27e96f68efe63c08820d /www/woof/Makefile | |
parent | 8db32d9c63e3d1a9d839af6cd39056f65587dad2 (diff) | |
download | ports-fc366adb105b7bb2dc40e2a7e3e8c2022e37efe2.tar.gz ports-fc366adb105b7bb2dc40e2a7e3e8c2022e37efe2.zip |
Notes
Diffstat (limited to 'www/woof/Makefile')
-rw-r--r-- | www/woof/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/woof/Makefile b/www/woof/Makefile index dcc25ebde840..fa6de63f63d6 100644 --- a/www/woof/Makefile +++ b/www/woof/Makefile @@ -6,22 +6,23 @@ # PORTNAME= woof -PORTVERSION= 2009.02.27 -PORTREVISION= 1 +PORTVERSION= 2009.12.27 CATEGORIES= www MASTER_SITES= http://www.home.unix-ag.org/simon/ -DISTNAME= woof -EXTRACT_SUFX= # empty +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} +EXTRACT_SUFX= .py EXTRACT_ONLY= # empty MAINTAINER= dereckson@gmail.com COMMENT= Web Offer One File, an ad-hoc single file webserver +LICENSE= GPLv2 + USE_PYTHON= yes NO_BUILD= yes PLIST_FILES= bin/woof do-install: - ${INSTALL_SCRIPT} ${DISTDIR}/woof ${PREFIX}/bin/woof + ${INSTALL_SCRIPT} ${DISTDIR}/${DISTFILES} ${PREFIX}/bin/woof .include <bsd.port.mk> |