1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/shells/dash/Makefile
Eitan Adler ed59156ea9 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)
2013-03-08 20:23:38 +00:00

25 lines
461 B
Makefile

# $FreeBSD$
PORTNAME= dash
PORTVERSION= 0.5.7
CATEGORIES= shells
MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/
MAINTAINER= eadler@FreeBSD.org
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
post-patch:
@${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>