1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/shells/dash/Makefile
Eitan Adler 056bad7f0b shells/dash: add note, change maintainer
- Add note
	- Give up maintainer
2014-05-27 05:50:19 +00:00

24 lines
530 B
Makefile

# $FreeBSD$
PORTNAME= dash
PORTVERSION= 0.5.7
CATEGORIES= shells
MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/
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
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>