Date: Sat, 28 Sep 2013 16:14:27 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328593 - head/comms/wy60 Message-ID: <201309281614.r8SGERSZ082649@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: naddy Date: Sat Sep 28 16:14:27 2013 New Revision: 328593 URL: http://svnweb.freebsd.org/changeset/ports/328593 Log: Support staging. Modified: head/comms/wy60/Makefile head/comms/wy60/pkg-plist Modified: head/comms/wy60/Makefile ============================================================================== --- head/comms/wy60/Makefile Sat Sep 28 16:03:59 2013 (r328592) +++ head/comms/wy60/Makefile Sat Sep 28 16:14:27 2013 (r328593) @@ -12,15 +12,7 @@ GNU_CONFIGURE= yes MAKE_ARGS= etc_DATA=wy60.rc.sample -MAN1= wy60.1 - -NO_STAGE= yes pre-build: @${CP} ${WRKSRC}/wy60.rc ${WRKSRC}/wy60.rc.sample -post-install: - if test ! -f ${PREFIX}/etc/wy60.rc; then \ - ${CP} -p ${PREFIX}/etc/wy60.rc.sample ${PREFIX}/etc/wy60.rc; \ - fi - .include <bsd.port.mk> Modified: head/comms/wy60/pkg-plist ============================================================================== --- head/comms/wy60/pkg-plist Sat Sep 28 16:03:59 2013 (r328592) +++ head/comms/wy60/pkg-plist Sat Sep 28 16:14:27 2013 (r328593) @@ -3,3 +3,4 @@ bin/wy60 @unexec if cmp %D/etc/wy60.rc.sample %D/etc/wy60.rc 2>/dev/null; then rm -f %D/etc/wy60.rc; fi etc/wy60.rc.sample @exec if test ! -f %D/etc/wy60.rc; then cp -p %D/etc/wy60.rc.sample %D/etc/wy60.rc; fi +man/man1/wy60.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309281614.r8SGERSZ082649>