diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-14 02:00:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-14 02:00:34 +0800 |
commit | bd3e12fbec56e17f67908bc9440a95f0d58a360f (patch) | |
tree | f4f406720cdb35e9ca0c9f0cc356840e08482cd8 /misc | |
parent | 883389037684291cc586fff53331e04c43ea33c2 (diff) | |
download | freebsd-ports-gnome-bd3e12fbec56e17f67908bc9440a95f0d58a360f.tar.gz freebsd-ports-gnome-bd3e12fbec56e17f67908bc9440a95f0d58a360f.tar.zst freebsd-ports-gnome-bd3e12fbec56e17f67908bc9440a95f0d58a360f.zip |
Fix runtime
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pastebinit/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/pastebinit/Makefile b/misc/pastebinit/Makefile index bcaf0bc8f813..f49afead8471 100644 --- a/misc/pastebinit/Makefile +++ b/misc/pastebinit/Makefile @@ -2,6 +2,7 @@ PORTNAME= pastebinit PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= https://launchpadlibrarian.net/106457425/ @@ -12,8 +13,11 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.3.2:${PORTSDIR}/devel/py-configobj -USES= tar:bzip2 +USES= shebangfix tar:bzip2 USE_PYTHON= yes +SHEBANG_FILES= pastebinit +python_OLD_CMD= /usr/bin/env python +python_CMD= ${PYTHON_CMD} NO_BUILD= yes PLIST_FILES= bin/pastebinit |