Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 2014 15:23:48 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348698 - head/graphics/png2html
Message-ID:  <201403201523.s2KFNmLA085098@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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