svn commit: r340633 - head/graphics/aview

Antoine Brodin antoine at FreeBSD.org
Tue Jan 21 18:35:52 UTC 2014


Author: antoine
Date: Tue Jan 21 18:35:51 2014
New Revision: 340633
URL: http://svnweb.freebsd.org/changeset/ports/340633
QAT: https://qat.redports.org/buildarchive/r340633/

Log:
  Stage support

Modified:
  head/graphics/aview/Makefile
  head/graphics/aview/pkg-plist

Modified: head/graphics/aview/Makefile
==============================================================================
--- head/graphics/aview/Makefile	Tue Jan 21 18:31:31 2014	(r340632)
+++ head/graphics/aview/Makefile	Tue Jan 21 18:35:51 2014	(r340633)
@@ -13,16 +13,13 @@ COMMENT=	Graphics viewer for viewing net
 
 RUN_DEPENDS=	anytopnm:${PORTSDIR}/graphics/netpbm \
 		convert:${PORTSDIR}/graphics/ImageMagick
-LIB_DEPENDS=	aa.1:${PORTSDIR}/graphics/aalib
+LIB_DEPENDS=	libaa.so:${PORTSDIR}/graphics/aalib
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-x=no
 
-MAN1=		asciiview.1 aview.1
-
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/bash|/sh|g' ${WRKSRC}/asciiview
 	@${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \

Modified: head/graphics/aview/pkg-plist
==============================================================================
--- head/graphics/aview/pkg-plist	Tue Jan 21 18:31:31 2014	(r340632)
+++ head/graphics/aview/pkg-plist	Tue Jan 21 18:35:51 2014	(r340633)
@@ -1,3 +1,5 @@
 bin/aview
 bin/asciiview
 bin/aaflip
+man/man1/asciiview.1.gz
+man/man1/aview.1.gz


More information about the svn-ports-all mailing list