diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-09 04:23:38 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-09 04:23:38 +0800 |
commit | b3e2a616bf4f16ffe6f624ef58870247b8881f68 (patch) | |
tree | 32f471cf1255d6ff64639fd65d1d4dd0e33962fb /graphics | |
parent | 32b35224b94cc3e8dbefc480ce0db2b1dfbe129a (diff) | |
download | freebsd-ports-gnome-b3e2a616bf4f16ffe6f624ef58870247b8881f68.tar.gz freebsd-ports-gnome-b3e2a616bf4f16ffe6f624ef58870247b8881f68.tar.zst freebsd-ports-gnome-b3e2a616bf4f16ffe6f624ef58870247b8881f68.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)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aalib/Makefile | 2 | ||||
-rw-r--r-- | graphics/linux-f10-glew/Makefile | 1 | ||||
-rw-r--r-- | graphics/scr2png/Makefile | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index 148e39efe361..260f28e2eb36 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -18,6 +18,8 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes INFO= aalib +MAKE_JOBS_SAFE= yes + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} diff --git a/graphics/linux-f10-glew/Makefile b/graphics/linux-f10-glew/Makefile index 4d20d75b9215..2b3ee02c6f24 100644 --- a/graphics/linux-f10-glew/Makefile +++ b/graphics/linux-f10-glew/Makefile @@ -23,5 +23,6 @@ PLIST_FILES= usr/bin/glewinfo usr/bin/visualinfo \ DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= LICENSE.txt +MAKE_JOBS_SAFE= yes .include <bsd.port.mk> 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 |