svn commit: r348698 - head/graphics/png2html

Emanuel Haupt ehaupt at FreeBSD.org
Thu Mar 20 15:23:49 UTC 2014


Author: ehaupt
Date: Thu Mar 20 15:23:48 2014
New Revision: 348698
URL: http://svnweb.freebsd.org/changeset/ports/348698
QAT: https://qat.redports.org/buildarchive/r348698/

Log:
  - Support staging
  - New LIB_DEPENDS definition

Modified:
  head/graphics/png2html/Makefile

Modified: head/graphics/png2html/Makefile
==============================================================================
--- head/graphics/png2html/Makefile	Thu Mar 20 15:20:30 2014	(r348697)
+++ head/graphics/png2html/Makefile	Thu Mar 20 15:23:48 2014	(r348698)
@@ -13,16 +13,15 @@ COMMENT=	Takes a PNG image and transform
 LICENSE=	GPLv2 # (or later)
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
-		gd:${PORTSDIR}/graphics/gd
+LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
+		libgd.so:${PORTSDIR}/graphics/gd
 
 PLIST_FILES=	bin/png2html
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} 's|CHANGE_ME|${LOCALBASE}|g' ${WRKSRC}/Makefile
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/png2html ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/png2html ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list