aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/scr2png
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-09-28 11:36:36 +0800
committereadler <eadler@FreeBSD.org>2013-09-28 11:36:36 +0800
commitcc147a1bab583111913627dee94968d8dc859db1 (patch)
treed601c1b9166eb4718f8f9bb0dfcaa452fe10399f /graphics/scr2png
parent57eb9e1f560e96fc382c7d6add1895a838c1d048 (diff)
downloadfreebsd-ports-gnome-cc147a1bab583111913627dee94968d8dc859db1.tar.gz
freebsd-ports-gnome-cc147a1bab583111913627dee94968d8dc859db1.tar.zst
freebsd-ports-gnome-cc147a1bab583111913627dee94968d8dc859db1.zip
Convert to staging
Diffstat (limited to 'graphics/scr2png')
-rw-r--r--graphics/scr2png/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile
index 81694de09128..479a93fa4e44 100644
--- a/graphics/scr2png/Makefile
+++ b/graphics/scr2png/Makefile
@@ -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