diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:13:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:13:42 +0000 |
commit | 580a778a16c548027cb6b56ad3357f1dec74e859 (patch) | |
tree | 3181285e36d6e08abfc359972209897c5230fa7a /devel/py-dialog | |
parent | Add 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/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} |