Date: Mon, 18 Jan 2016 22:51:19 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406619 - head/irc/infobot Message-ID: <201601182251.u0IMpJ8B034927@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jan 18 22:51:19 2016 New Revision: 406619 URL: https://svnweb.freebsd.org/changeset/ports/406619 Log: Use @sample Modified: head/irc/infobot/Makefile head/irc/infobot/pkg-plist Modified: head/irc/infobot/Makefile ============================================================================== --- head/irc/infobot/Makefile Mon Jan 18 22:51:17 2016 (r406618) +++ head/irc/infobot/Makefile Mon Jan 18 22:51:19 2016 (r406619) @@ -3,7 +3,7 @@ PORTNAME= infobot PORTVERSION= 0.45.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://www.infobot.org/src/ \ http://www.infobot.org/src/prior/ Modified: head/irc/infobot/pkg-plist ============================================================================== --- head/irc/infobot/pkg-plist Mon Jan 18 22:51:17 2016 (r406618) +++ head/irc/infobot/pkg-plist Mon Jan 18 22:51:19 2016 (r406619) @@ -2,16 +2,10 @@ bin/infobot %%ETCDIR%%/infobot-are.txt %%ETCDIR%%/infobot-is.txt %%ETCDIR%%/infobot.channels -@unexec if cmp -s %D/%%ETCDIR%%/infobot.config %D/%%ETCDIR%%/infobot.config-dist; then rm -f %D/%%ETCDIR%%/infobot.config; fi -%%ETCDIR%%/infobot.config-dist -@exec if [ ! -f %D/%%ETCDIR%%/infobot.config ]; then cp -p %D/%F %B/infobot.config; fi +@sample %%ETCDIR%%/infobot.config-dist %%ETCDIR%%/infobot.config %%ETCDIR%%/infobot.crontab -@unexec if cmp -s %D/%%ETCDIR%%/infobot.help %D/%%ETCDIR%%/infobot.help-dist; then rm -f %D/%%ETCDIR%%/infobot.help; fi -%%ETCDIR%%/infobot.help-dist -@exec if [ ! -f %D/%%ETCDIR%%/infobot.help ]; then cp -p %D/%F %B/infobot.help; fi -@unexec if cmp -s %D/%%ETCDIR%%/infobot.users %D/%%ETCDIR%%/infobot.users-dist; then rm -f %D/%%ETCDIR%%/infobot.users; fi -%%ETCDIR%%/infobot.users-dist -@exec if [ ! -f %D/%%ETCDIR%%/infobot.users ]; then cp -p %D/%F %B/infobot.users; fi +@sample %%ETCDIR%%/infobot.help-dist %%ETCDIR%%/infobot.help +@sample %%ETCDIR%%/infobot.users-dist %%ETCDIR%%/infobot.users %%ETCDIR%%/magic8.txt %%ETCDIR%%/sane-are.txt %%ETCDIR%%/sane-ignore.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601182251.u0IMpJ8B034927>