diff options
author | eadler <eadler@FreeBSD.org> | 2013-07-17 05:59:48 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-07-17 05:59:48 +0800 |
commit | 492b6adb0959d5c5762c6f88a54af52f2c7d28f6 (patch) | |
tree | 5c7980bf4b862ceb755aea2aa270373462796ee1 /graphics | |
parent | c42fe004b519f4f1f5ff95c34652b4d91d306df6 (diff) | |
download | freebsd-ports-gnome-492b6adb0959d5c5762c6f88a54af52f2c7d28f6.tar.gz freebsd-ports-gnome-492b6adb0959d5c5762c6f88a54af52f2c7d28f6.tar.zst freebsd-ports-gnome-492b6adb0959d5c5762c6f88a54af52f2c7d28f6.zip |
Remove now excess verbiage.
Reviewed by: bapt
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aalib/Makefile | 2 | ||||
-rw-r--r-- | graphics/linux-f10-glew/Makefile | 2 | ||||
-rw-r--r-- | graphics/scr2png/Makefile | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index 4444e7c65aed..d02cb753743a 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -18,8 +18,6 @@ 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 2b3ee02c6f24..95ec0c625bc6 100644 --- a/graphics/linux-f10-glew/Makefile +++ b/graphics/linux-f10-glew/Makefile @@ -23,6 +23,4 @@ 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 f35af6364365..6c3994a93ba5 100644 --- a/graphics/scr2png/Makefile +++ b/graphics/scr2png/Makefile @@ -19,8 +19,6 @@ 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 |