diff options
Diffstat (limited to 'sysutils/tren/Makefile')
-rw-r--r-- | sysutils/tren/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/tren/Makefile b/sysutils/tren/Makefile index 24652e31ae4f..25a2c6066d7b 100644 --- a/sysutils/tren/Makefile +++ b/sysutils/tren/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tren -# Date created: 23 April 2010 -# Whom: Tim Daneliuk <tren@tundraware.com> -# +# Created by: Tim Daneliuk <tren@tundraware.com> # $FreeBSD$ -# PORTNAME= tren PORTVERSION= 1.242 @@ -21,6 +17,7 @@ MANCOMPRESSED= yes PLIST_FILES= bin/tren.py PORTDOCS= WHATSNEW.txt tren-license.txt tren.html tren.pdf tren.ps tren.rst +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/ |