Date: Sat, 28 Sep 2013 03:36:36 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328546 - head/graphics/scr2png Message-ID: <201309280336.r8S3aa9W064828@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309280336.r8S3aa9W064828>