aboutsummaryrefslogtreecommitdiff
path: root/graphics/scr2png
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-08 20:23:38 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-08 20:23:38 +0000
commited59156ea974a2adcb0480a67bd3b9a974de4609 (patch)
tree32f471cf1255d6ff64639fd65d1d4dd0e33962fb /graphics/scr2png
parentc499bf8adee4c324e57d1011d31c74e99e261d67 (diff)
downloadports-ed59156ea974a2adcb0480a67bd3b9a974de4609.tar.gz
ports-ed59156ea974a2adcb0480a67bd3b9a974de4609.zip
Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc)
Notes
Notes: svn path=/head/; revision=313672
Diffstat (limited to 'graphics/scr2png')
-rw-r--r--graphics/scr2png/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile
index 6c3994a93ba5..f35af6364365 100644
--- a/graphics/scr2png/Makefile
+++ b/graphics/scr2png/Makefile
@@ -19,6 +19,8 @@ MAN1= scr2png.1
MANCOMPRESSED= yes
PLIST_FILES= bin/scr2png
+MAKE_JOBS_SAFE= yes
+
post-extract:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|<gd/gd\.h>|<gd.h>|' ${WRKSRC}/scr2png.c