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 /shells/dash | |
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 'shells/dash')
-rw-r--r-- | shells/dash/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/dash/Makefile b/shells/dash/Makefile index eede995023f0..aff690fae104 100644 --- a/shells/dash/Makefile +++ b/shells/dash/Makefile @@ -6,12 +6,14 @@ CATEGORIES= shells MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/ MAINTAINER= eadler@FreeBSD.org -COMMENT= A POSIX-compliant implementation of /bin/sh +COMMENT= POSIX-compliant implementation of /bin/sh GNU_CONFIGURE= yes USE_GMAKE= yes CFLAGS+= -DUNUSABLE_RT_SIGNALS +MAKE_JOBS_SAFE= yes + PLIST_FILES= bin/dash MAN1= dash.1 |