aboutsummaryrefslogtreecommitdiff
path: root/graphics/curator
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-21 19:40:13 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-21 19:40:13 +0000
commitb37959526313e343f703b62376903b51bdfab1ca (patch)
tree36f62f2eb98ff58053710481174b236a53b2720e /graphics/curator
parente9262f791638f7d7c51288676d928dcff6e9c031 (diff)
downloadports-b37959526313e343f703b62376903b51bdfab1ca.tar.gz
ports-b37959526313e343f703b62376903b51bdfab1ca.zip
Notes
Diffstat (limited to 'graphics/curator')
-rw-r--r--graphics/curator/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/curator/Makefile b/graphics/curator/Makefile
index 9770df1f7b11..761b45a0c20f 100644
--- a/graphics/curator/Makefile
+++ b/graphics/curator/Makefile
@@ -12,23 +12,22 @@ COMMENT= Static Image Gallery Generator for web or CD-ROM galleries
USE_PYTHON= yes
USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST= yes
OPTIONS_DEFINE= PIL
PIL_DESC= Use Python Imaging Library instead of ImageMagick
-PLIST_FILES= bin/curator
-MAN1= curator.1
+PLIST_FILES= man/man1/curator.1.gz
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPIL}
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging
.else
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
.endif
post-install:
- ${INSTALL_MAN} ${FILESDIR}/curator.1 ${PREFIX}/man/man1/curator.1
+ ${INSTALL_MAN} ${FILESDIR}/curator.1 ${STAGEDIR}${PREFIX}/man/man1/curator.1
.include <bsd.port.mk>