1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Enable staging in a few ports of mine

This commit is contained in:
William Grzybowski 2013-09-25 20:19:42 +00:00
parent 68e3937f8c
commit 34c8b06aa1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328313
6 changed files with 1 additions and 10 deletions

View File

@ -15,6 +15,4 @@ LICENSE= MIT
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -10,10 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Basic functions for handling mime-types in Python
USE_PYTHON= 2.5+
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//}
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -20,5 +20,4 @@ PYDISTUTILS_NOEGGINFO= yes
PLIST_SUB= PYDISTUTILS_EGGINFO=${PYDISTUTILS_EGGINFO}
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -13,5 +13,4 @@ COMMENT= Python library to parse and manage gettext catalogs
USE_PYTHON= yes
USE_PYDISTUTILS=yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -17,5 +17,4 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pythk>=0:${PORTSDIR}/devel/pythk
USE_PYTHON= yes
USE_PYDISTUTILS=yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -22,5 +22,4 @@ USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= python_${PORTNAME}
NO_STAGE= yes
.include <bsd.port.mk>