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 /x11 | |
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 'x11')
-rw-r--r-- | x11/xbindkeys/Makefile | 4 | ||||
-rw-r--r-- | x11/xclip/Makefile | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index e88285c46a74..0f597d0361ef 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -1,4 +1,4 @@ -# Created by: ijliao +# Created by: ijliao # $FreeBSD$ PORTNAME= xbindkeys @@ -23,6 +23,8 @@ PLIST_DIRS= %%EXAMPLESDIR%% WISH= ${LOCALBASE}/bin/wish8.4 +MAKE_JOBS_SAFE= yes + .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MGUILE} diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile index 791343ce68e4..6753c722e7fe 100644 --- a/x11/xclip/Makefile +++ b/x11/xclip/Makefile @@ -14,6 +14,7 @@ USE_AUTOTOOLS= autoconf:env aclocal:env automake:env USE_XORG= x11 xmu USE_GMAKE= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes MAN1= xclip.1 xclip-copyfile.1 PLIST_FILES= bin/xclip bin/xclip-copyfile bin/xclip-cutfile bin/xclip-pastefile |