diff options
Diffstat (limited to 'www/trac-tocmacro/Makefile')
-rw-r--r-- | www/trac-tocmacro/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/trac-tocmacro/Makefile b/www/trac-tocmacro/Makefile index cd3f42720bd3..d9e2c1381822 100644 --- a/www/trac-tocmacro/Makefile +++ b/www/trac-tocmacro/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: trac-tocmacro -# Date created: May 18 2007 -# Whom: Gerrit Beine <gerrit.beine@gmx.de> -# +# Created by: Gerrit Beine <gerrit.beine@gmx.de> # $FreeBSD$ -# PORTNAME= tocmacro PORTVERSION= 11.0.0.3 @@ -24,4 +20,5 @@ PYDISTUTILS_PKGNAME= TracTocMacro PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${PYTHON_VER} PYDISTUTILS_NOEGGINFO= yes +NO_STAGE= yes .include <bsd.port.mk> |