aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-12-27 03:33:02 +0800
committerwg <wg@FreeBSD.org>2013-12-27 03:33:02 +0800
commitc5482f92ffbab8a709cb06ea1aff087cc6d715e4 (patch)
tree1e1fe2a64b51a4f8ca1ea26bcc2cc09e5542a71c /devel
parent42e5fa9b0194536d0a1b40ba1c9f0b9c981b5489 (diff)
downloadfreebsd-ports-gnome-c5482f92ffbab8a709cb06ea1aff087cc6d715e4.tar.gz
freebsd-ports-gnome-c5482f92ffbab8a709cb06ea1aff087cc6d715e4.tar.zst
freebsd-ports-gnome-c5482f92ffbab8a709cb06ea1aff087cc6d715e4.zip
devel/py-fam: allow staging and use auto plist
Diffstat (limited to 'devel')
-rw-r--r--devel/py-fam/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/py-fam/Makefile b/devel/py-fam/Makefile
index 7fb92c3a4afc..3de8ca25624b 100644
--- a/devel/py-fam/Makefile
+++ b/devel/py-fam/Makefile
@@ -12,13 +12,11 @@ DISTNAME= python-fam-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python Interface to the File Alteration Monitor
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/_fam.so
+USE_FAM= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGVERSION= 0.0.0
-USE_FAM= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
pre-patch:
${INSTALL_DATA} ${FILESDIR}/setup.py ${WRKSRC}