summaryrefslogtreecommitdiff
path: root/shells/dash
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-09-28 06:57:32 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-09-28 06:57:32 +0000
commitcfe636b37f6cc1ba1d28fbccbac6de2c513547cd (patch)
tree0fbab75f98c6f1e7eb5d2d4b5c5e162e07a5047a /shells/dash
parentconvert to staging (diff)
- convert to staging
Notes
Notes: svn path=/head/; revision=328553
Diffstat (limited to 'shells/dash')
-rw-r--r--shells/dash/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/shells/dash/Makefile b/shells/dash/Makefile
index 34036191b91c..9b9ad0affa07 100644
--- a/shells/dash/Makefile
+++ b/shells/dash/Makefile
@@ -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