Date: Sat, 28 Sep 2013 06:57:32 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328553 - head/shells/dash Message-ID: <201309280657.r8S6vWoo070445@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Sat Sep 28 06:57:32 2013 New Revision: 328553 URL: http://svnweb.freebsd.org/changeset/ports/328553 Log: - convert to staging Modified: head/shells/dash/Makefile Modified: head/shells/dash/Makefile ============================================================================== --- head/shells/dash/Makefile Sat Sep 28 06:55:18 2013 (r328552) +++ head/shells/dash/Makefile Sat Sep 28 06:57:32 2013 (r328553) @@ -11,12 +11,10 @@ COMMENT= POSIX-compliant implementation 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309280657.r8S6vWoo070445>