Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 19:40:14 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340641 - head/graphics/curator
Message-ID:  <201401211940.s0LJeE8S023227@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jan 21 19:40:13 2014
New Revision: 340641
URL: http://svnweb.freebsd.org/changeset/ports/340641
QAT: https://qat.redports.org/buildarchive/r340641/

Log:
  Stage support

Modified:
  head/graphics/curator/Makefile

Modified: head/graphics/curator/Makefile
==============================================================================
--- head/graphics/curator/Makefile	Tue Jan 21 19:26:11 2014	(r340640)
+++ head/graphics/curator/Makefile	Tue Jan 21 19:40:13 2014	(r340641)
@@ -12,23 +12,22 @@ COMMENT=	Static Image Gallery Generator 
 
 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401211940.s0LJeE8S023227>