svn commit: r346355 - head/graphics/jslice

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 27 14:49:32 UTC 2014


Author: ehaupt
Date: Thu Feb 27 14:49:31 2014
New Revision: 346355
URL: http://svnweb.freebsd.org/changeset/ports/346355
QAT: https://qat.redports.org/buildarchive/r346355/

Log:
  Support staging

Modified:
  head/graphics/jslice/Makefile

Modified: head/graphics/jslice/Makefile
==============================================================================
--- head/graphics/jslice/Makefile	Thu Feb 27 14:48:29 2014	(r346354)
+++ head/graphics/jslice/Makefile	Thu Feb 27 14:49:31 2014	(r346355)
@@ -10,12 +10,11 @@ MASTER_SITES=	http://www.pldaniels.com/j
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Graphics tool to split up a JPEG image and provide HTML for the slices
 
-LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
 
 PLIST_FILES=	bin/jslice
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/jslice ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/jslice ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list