diff options
author | wg <wg@FreeBSD.org> | 2013-07-09 02:24:12 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-07-09 02:24:12 +0800 |
commit | 492f1fcf81ce7ec22e322aee63598b0d0395be79 (patch) | |
tree | 08cedd0c8ea6267afba2241bdef70555119cfd80 /deskutils/py-send2trash | |
parent | 200ea8c22d9c04de8d1ebefdedf75ed91fd12630 (diff) | |
download | freebsd-ports-gnome-492f1fcf81ce7ec22e322aee63598b0d0395be79.tar.gz freebsd-ports-gnome-492f1fcf81ce7ec22e322aee63598b0d0395be79.tar.zst freebsd-ports-gnome-492f1fcf81ce7ec22e322aee63598b0d0395be79.zip |
deskutils/py-send2trash: add missing PKGNAMEPREFIX
- Add missing PKGNAMEPREFIX
- Restrict to python 2.x
Diffstat (limited to 'deskutils/py-send2trash')
-rw-r--r-- | deskutils/py-send2trash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/py-send2trash/Makefile b/deskutils/py-send2trash/Makefile index 1c5ac1ef022f..d5f089dc932e 100644 --- a/deskutils/py-send2trash/Makefile +++ b/deskutils/py-send2trash/Makefile @@ -5,6 +5,7 @@ PORTNAME= send2trash PORTVERSION= 1.2.0 CATEGORIES= deskutils MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Send2Trash-${PORTVERSION} MAINTAINER= nemysis@gmx.ch @@ -12,7 +13,7 @@ COMMENT= Small package that sends files to the Trash LICENSE= BSD -USE_PYTHON= yes +USE_PYTHON= 2.6-2.7 USE_PYDISTUTILS=easy_install PYDISTUTILS_PKGNAME= Send2Trash |