diff options
Diffstat (limited to 'www/trac-wikitemplates/Makefile')
-rw-r--r-- | www/trac-wikitemplates/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/trac-wikitemplates/Makefile b/www/trac-wikitemplates/Makefile index b9e9b3583cba..f21ac5a10e74 100644 --- a/www/trac-wikitemplates/Makefile +++ b/www/trac-wikitemplates/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: trac-wikitemplates -# Date created: May 18 2007 -# Whom: Gerrit Beine <gerrit.beine@gmx.de> -# +# Created by: Gerrit Beine <gerrit.beine@gmx.de> # $FreeBSD$ -# PORTNAME= wikitemplates PORTVERSION= 0.3.0p3 @@ -26,4 +22,5 @@ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracWikiTemplates PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/p/rc/} +NO_STAGE= yes .include <bsd.port.mk> |