svn commit: r352542 - head/graphics/show

Pawel Pekala pawel at FreeBSD.org
Mon Apr 28 19:07:36 UTC 2014


Author: pawel
Date: Mon Apr 28 19:07:35 2014
New Revision: 352542
URL: http://svnweb.freebsd.org/changeset/ports/352542
QAT: https://qat.redports.org/buildarchive/r352542/

Log:
  - Add staging support
  - Convert to new LIB_DEPENDS format

Modified:
  head/graphics/show/Makefile

Modified: head/graphics/show/Makefile
==============================================================================
--- head/graphics/show/Makefile	Mon Apr 28 19:05:51 2014	(r352541)
+++ head/graphics/show/Makefile	Mon Apr 28 19:07:35 2014	(r352542)
@@ -11,20 +11,19 @@ MASTER_SITES=	http://www.ibiblio.org/pro
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Fast, flexible, extensible, and bloat-free image viewer for X11
 
-LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg	\
-		png15:${PORTSDIR}/graphics/png		\
-		tiff.4:${PORTSDIR}/graphics/tiff	\
-		gif.5:${PORTSDIR}/graphics/giflib	\
-		Imlib.5:${PORTSDIR}/graphics/imlib
+LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg	\
+		libpng15.so:${PORTSDIR}/graphics/png		\
+		libtiff.so:${PORTSDIR}/graphics/tiff	\
+		libgif.so:${PORTSDIR}/graphics/giflib	\
+		libImlib.so:${PORTSDIR}/graphics/imlib
 
 PLIST_FILES=	bin/show
 
-NO_STAGE=	yes
 post-extract:
 	@${CP} ${PATCHDIR}/Makefile ${WRKSRC}
 	@${RM} ${WRKSRC}/${PORTNAME}
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/show ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/show ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list