aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2014-06-21 19:10:01 +0800
committerrakuco <rakuco@FreeBSD.org>2014-06-21 19:10:01 +0800
commit665aed62dd0c3b086818b80f94df200012c20feb (patch)
tree18a66df87772f0a587bf5d2569285e6cd4651bc7 /lang
parent4df5a0a64da2af370f89d564dc04a790126f800a (diff)
downloadfreebsd-ports-gnome-665aed62dd0c3b086818b80f94df200012c20feb.tar.gz
freebsd-ports-gnome-665aed62dd0c3b086818b80f94df200012c20feb.tar.zst
freebsd-ports-gnome-665aed62dd0c3b086818b80f94df200012c20feb.zip
- Support staging.
- Set LICENSE. PR: 191104 Submitted by: Keith Gaughan <k@stereochro.me> Approved by: portmgr blanket approval
Diffstat (limited to 'lang')
-rw-r--r--lang/tinypy/Makefile11
-rw-r--r--lang/tinypy/pkg-descr2
2 files changed, 8 insertions, 5 deletions
diff --git a/lang/tinypy/Makefile b/lang/tinypy/Makefile
index 111d2e0b8b03..89c51b747594 100644
--- a/lang/tinypy/Makefile
+++ b/lang/tinypy/Makefile
@@ -9,6 +9,10 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= saper@saper.info
COMMENT= A minimalist implementation of python in 64k of code
+LICENSE= MIT PSFL
+LICENSE_COMB= multi
+LICENSE_FILE= LICENSE.txt
+
USE_PYTHON_BUILD= yes
USE_PYDISTUTILS= yes
@@ -20,7 +24,6 @@ PLIST_FILES= bin/tinypy
OPTIONS_DEFINE= PYGAME
PYGAME_DESC= PyGame support (requires SDL)
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPYGAME}
@@ -40,10 +43,10 @@ do-configure:
@${DO_NADA}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/build/tinypy ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/build/tinypy ${STAGEDIR}${PREFIX}/bin
.if ${PORT_OPTIONS:MEXAMPLES} && ${PORT_OPTIONS:MPYGAME}
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/examples/julia.py ${EXAMPLESDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/examples/julia.py ${STAGEDIR}${EXAMPLESDIR}
.endif
.include <bsd.port.post.mk>
diff --git a/lang/tinypy/pkg-descr b/lang/tinypy/pkg-descr
index 8f4eebe27c5f..57114a98221e 100644
--- a/lang/tinypy/pkg-descr
+++ b/lang/tinypy/pkg-descr
@@ -16,4 +16,4 @@ it includes a whole heap of features:
o some builtins
* batteries not included -- yet
-WWW: http://www.tinypy.org/
+WWW: http://www.tinypy.org/