diff options
Diffstat (limited to 'sysutils/py-stdiff/Makefile')
-rw-r--r-- | sysutils/py-stdiff/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/py-stdiff/Makefile b/sysutils/py-stdiff/Makefile index f26e1a2e1176..efbccc1275a4 100644 --- a/sysutils/py-stdiff/Makefile +++ b/sysutils/py-stdiff/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-stdiff -# Date created: 11 Dec 2010 -# Whom: Marcelo Araujo <araujo@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= stdiff PORTVERSION= 0.2.1 @@ -20,6 +15,7 @@ USE_PYDISTUTILS= yes PORTDOCS= * .endif +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |