diff options
Diffstat (limited to 'shells/dash')
-rw-r--r-- | shells/dash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/dash/Makefile b/shells/dash/Makefile index c4a590eec6be..d286a9882432 100644 --- a/shells/dash/Makefile +++ b/shells/dash/Makefile @@ -5,10 +5,11 @@ PORTVERSION= 0.5.7 CATEGORIES= shells MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/ -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= POSIX-compliant implementation of /bin/sh GNU_CONFIGURE= yes +# This work in 11-CURRENT r266677M amd64 but fails to work in 11.0-CURRENT r266677 i386 CFLAGS+= -DUNUSABLE_RT_SIGNALS USES= gmake |