diff options
Diffstat (limited to 'www/mod_tidy/Makefile')
-rw-r--r-- | www/mod_tidy/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/mod_tidy/Makefile b/www/mod_tidy/Makefile index c61b1aec1faa..ca14449c031f 100644 --- a/www/mod_tidy/Makefile +++ b/www/mod_tidy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mod_tidy -# Date created: Sun Oct 5 -# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> -# +# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org> # $FreeBSD$ -# PORTNAME= mod_tidy PORTVERSION= 0.5.5 @@ -27,6 +23,7 @@ AP_LIB+= ${LOCALBASE}/lib -ltidy PLIST_FILES= ${DOCSDIR:S/${PREFIX}\///}/LICENSE PLIST_DIRS= ${DOCSDIR:S/${PREFIX}\///} +NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/../LICENSE ${DOCSDIR} |