diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-07-08 18:24:12 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-07-08 18:24:12 +0000 |
commit | 02ed6d1f5b2ac24efc74c467475da33909943dcf (patch) | |
tree | 08cedd0c8ea6267afba2241bdef70555119cfd80 | |
parent | deskutils/py-send2trash: small package that sends files to the Trash (diff) |
deskutils/py-send2trash: add missing PKGNAMEPREFIX
- Add missing PKGNAMEPREFIX
- Restrict to python 2.x
Notes
Notes:
svn path=/head/; revision=322528
-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 |