mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
27fe5081c8
PR: 216887 Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
27 lines
588 B
Makefile
27 lines
588 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dash
|
|
PORTVERSION= 0.5.9.1
|
|
CATEGORIES= shells
|
|
MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/
|
|
|
|
MAINTAINER= bdrewery@FreeBSD.org
|
|
COMMENT= POSIX-compliant implementation of /bin/sh
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
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
|
|
|
|
PLIST_FILES= bin/dash man/man1/dash.1.gz
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|