diff options
author | eadler <eadler@FreeBSD.org> | 2013-09-28 14:57:32 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-09-28 14:57:32 +0800 |
commit | d3ed06926cb9da1799302a91a9dcf8366d8e6f63 (patch) | |
tree | 0fbab75f98c6f1e7eb5d2d4b5c5e162e07a5047a /shells | |
parent | 8761381373eb3b2bbba35b89619b3e9b9d91ff07 (diff) | |
download | freebsd-ports-gnome-d3ed06926cb9da1799302a91a9dcf8366d8e6f63.tar.gz freebsd-ports-gnome-d3ed06926cb9da1799302a91a9dcf8366d8e6f63.tar.zst freebsd-ports-gnome-d3ed06926cb9da1799302a91a9dcf8366d8e6f63.zip |
- convert to staging
Diffstat (limited to 'shells')
-rw-r--r-- | shells/dash/Makefile | 6 |
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 |