diff options
Diffstat (limited to 'devel/py-InlineEgg/Makefile')
-rw-r--r-- | devel/py-InlineEgg/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-InlineEgg/Makefile b/devel/py-InlineEgg/Makefile index 4f038ece5572..055206d61ec6 100644 --- a/devel/py-InlineEgg/Makefile +++ b/devel/py-InlineEgg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-InlineEgg -# Date created: 2009-12-22 -# Whom: Sofian Brabez <sbrabez@gmail.com> -# +# Created by: Sofian Brabez <sbrabez@gmail.com> # $FreeBSD$ -# PORTNAME= InlineEgg PORTVERSION= 1.08 @@ -24,6 +20,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} PORTDOCS= InlineEgg.html Changelog README .endif +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |