diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:01:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:01:35 +0000 |
commit | 0242a53187eace3168caf8d37da0d785b294515b (patch) | |
tree | 51c86af206180a611e873a16bc42b382a126a199 /lang/diveintopython | |
parent | b921f9a7eb896caa14bbceffc4a462ab5f0ec63d (diff) | |
download | ports-0242a53187eace3168caf8d37da0d785b294515b.tar.gz ports-0242a53187eace3168caf8d37da0d785b294515b.zip |
Notes
Diffstat (limited to 'lang/diveintopython')
-rw-r--r-- | lang/diveintopython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/diveintopython/Makefile b/lang/diveintopython/Makefile index 439cc797a868..6e83a62cea47 100644 --- a/lang/diveintopython/Makefile +++ b/lang/diveintopython/Makefile @@ -26,7 +26,7 @@ LICENSE= GFDL WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSIONSTR}/html NO_BUILD= yes -USE_ZIP= yes +USES= zip PLIST_SUB= VERSION="${VERSIONSTR}" |