svn commit: r328546 - head/graphics/scr2png

Eitan Adler eadler at FreeBSD.org
Sat Sep 28 03:36:36 UTC 2013


Author: eadler
Date: Sat Sep 28 03:36:36 2013
New Revision: 328546
URL: http://svnweb.freebsd.org/changeset/ports/328546

Log:
  Convert to staging

Modified:
  head/graphics/scr2png/Makefile

Modified: head/graphics/scr2png/Makefile
==============================================================================
--- head/graphics/scr2png/Makefile	Sat Sep 28 03:33:38 2013	(r328545)
+++ head/graphics/scr2png/Makefile	Sat Sep 28 03:36:36 2013	(r328546)
@@ -15,12 +15,9 @@ LIB_DEPENDS=	gd:${PORTSDIR}/graphics/gd
 
 NO_WRKSUBDIR=	yes
 
-MAN1=		scr2png.1
-MANCOMPRESSED=	yes
-PLIST_FILES=	bin/scr2png
+PLIST_FILES=	bin/scr2png man/man1/scr2png.1.gz
 MAKE_ARGS=	BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX}
 
-NO_STAGE=	yes
 pre-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -e 's|<gd/gd\.h>|<gd.h>|' ${WRKSRC}/scr2png.c


More information about the svn-ports-all mailing list