- convert to staging

This commit is contained in:
Eitan Adler 2013-09-28 06:57:32 +00:00
parent a7cd78529c
commit cfe636b37f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328553

View file

@ -11,12 +11,10 @@ COMMENT= POSIX-compliant implementation of /bin/sh
GNU_CONFIGURE= yes
CFLAGS+= -DUNUSABLE_RT_SIGNALS
USES= gmake
USES= gmake
PLIST_FILES= bin/dash
MAN1= dash.1
PLIST_FILES= bin/dash man/man1/dash.1.gz
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \
${WRKSRC}/src/Makefile.in