diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-18 02:25:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-18 02:25:17 +0800 |
commit | 9f911efdb7e72f4e88f4d482df4c2b2514246737 (patch) | |
tree | f13b0220309415c5101a55b9053a4456b8771901 /textproc/py-creole | |
parent | 8fecb35237ffdc8e18dc2455a21329d992390584 (diff) | |
download | freebsd-ports-gnome-9f911efdb7e72f4e88f4d482df4c2b2514246737.tar.gz freebsd-ports-gnome-9f911efdb7e72f4e88f4d482df4c2b2514246737.tar.zst freebsd-ports-gnome-9f911efdb7e72f4e88f4d482df4c2b2514246737.zip |
Do not put some data directly in PREFIX and fix autoplist generation
Diffstat (limited to 'textproc/py-creole')
-rw-r--r-- | textproc/py-creole/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/py-creole/Makefile b/textproc/py-creole/Makefile index d8c44be9188a..915d1eed241f 100644 --- a/textproc/py-creole/Makefile +++ b/textproc/py-creole/Makefile @@ -3,7 +3,7 @@ PORTNAME= creole PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,4 +20,8 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +PYDISTUTILS_INSTALLARGS+= --install-data ${DATADIR} + +.include <bsd.port.post.mk> |