aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-04-15 09:10:09 +0800
committerswills <swills@FreeBSD.org>2014-04-15 09:10:09 +0800
commit1ccc9e6b00256353e4e369f20fcd2b102854aa7d (patch)
tree2e2e72d2994d0e99c9185f3db9b93e289bdacacb /devel
parent5a4fbc64b8a1fa68f4f8b5abcc6113e75ec9e2ad (diff)
downloadfreebsd-ports-gnome-1ccc9e6b00256353e4e369f20fcd2b102854aa7d.tar.gz
freebsd-ports-gnome-1ccc9e6b00256353e4e369f20fcd2b102854aa7d.tar.zst
freebsd-ports-gnome-1ccc9e6b00256353e4e369f20fcd2b102854aa7d.zip
- Stage [1]
- Add LICENSE [1] - Switch to USES PR: ports/188480 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1] Approved by: portmgr@ (blanket)
Diffstat (limited to 'devel')
-rw-r--r--devel/py-dialog/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/py-dialog/Makefile b/devel/py-dialog/Makefile
index 0304f5e9fbce..8b0785ceeb35 100644
--- a/devel/py-dialog/Makefile
+++ b/devel/py-dialog/Makefile
@@ -12,18 +12,19 @@ DISTNAME= pythondialog-${PORTVERSION}
MAINTAINER= mek@mek.uz.ua
COMMENT= Python interface to dialog(3)
+LICENSE= LGPL20
+
RUN_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog
-USE_BZIP2= yes
+USES= tar:bzip2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= pythondialog
EXAMPLESDIR= ${PREFIX}/share/examples/py-dialog
-NO_STAGE= yes
post-install:
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/demo.py ${EXAMPLESDIR}
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/demo.py ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>