summaryrefslogtreecommitdiff
path: root/devel/py-dialog
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:13:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:13:42 +0000
commit580a778a16c548027cb6b56ad3357f1dec74e859 (patch)
tree3181285e36d6e08abfc359972209897c5230fa7a /devel/py-dialog
parentAdd NO_STAGE all over the place in preparation for the staging support (cat: ... (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 3)
Notes
Notes: svn path=/head/; revision=327724
Diffstat (limited to 'devel/py-dialog')
-rw-r--r--devel/py-dialog/Makefile8
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}