diff options
Diffstat (limited to 'devel/py-dialog/Makefile')
-rw-r--r-- | devel/py-dialog/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/py-dialog/Makefile b/devel/py-dialog/Makefile index 7307a58a0c8a..0304f5e9fbce 100644 --- a/devel/py-dialog/Makefile +++ b/devel/py-dialog/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: pythondialog -# Date created: Sep 12, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= dialog PORTVERSION= 2.7 @@ -26,6 +21,7 @@ PYDISTUTILS_PKGNAME= pythondialog EXAMPLESDIR= ${PREFIX}/share/examples/py-dialog +NO_STAGE= yes post-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/demo.py ${EXAMPLESDIR} |