From owner-svn-ports-head@freebsd.org Wed Jan 27 18:08:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F633A706EB; Wed, 27 Jan 2016 18:08:10 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2104E1F6D; Wed, 27 Jan 2016 18:08:10 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0RI89L6041413; Wed, 27 Jan 2016 18:08:09 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0RI89aw041411; Wed, 27 Jan 2016 18:08:09 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601271808.u0RI89aw041411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 27 Jan 2016 18:08:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407374 - head/games/unnethack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2016 18:08:10 -0000 Author: pawel Date: Wed Jan 27 18:08:08 2016 New Revision: 407374 URL: https://svnweb.freebsd.org/changeset/ports/407374 Log: - Modernize pkg-plist - Use option helper - pkg-message is shown automatically now Approved by: portmgr blanket Modified: head/games/unnethack/Makefile head/games/unnethack/pkg-plist Modified: head/games/unnethack/Makefile ============================================================================== --- head/games/unnethack/Makefile Wed Jan 27 17:42:42 2016 (r407373) +++ head/games/unnethack/Makefile Wed Jan 27 18:08:08 2016 (r407374) @@ -39,7 +39,8 @@ post-install: *) ${MV} $$fn unnethack_$$fn ;; \ esac; \ done + +post-install-DOCS-on: ${INSTALL_DATA} ${FILESDIR}/sample.unnethackrc ${STAGEDIR}${DOCSDIR} - @${CAT} ${PKGMESSAGE} .include Modified: head/games/unnethack/pkg-plist ============================================================================== --- head/games/unnethack/pkg-plist Wed Jan 27 17:42:42 2016 (r407373) +++ head/games/unnethack/pkg-plist Wed Jan 27 18:08:08 2016 (r407374) @@ -6,17 +6,11 @@ bin/unnethack %%DATADIR%%/nhdat %%DATADIR%%/recover %%DATADIR%%/unnethack -@dirrm %%DATADIR%% @mode 664 %%VARDIR%%/logfile %%VARDIR%%/perm %%VARDIR%%/record %%VARDIR%%/xlogfile -@mode 775 -@dirrmtry %%VARDIR%%/bones -@dirrmtry %%VARDIR%%/level -@dirrmtry %%VARDIR%%/saves -@unexec rmdir -p %D/%%VARDIR%% 2>/dev/null || true @owner @group @mode @@ -28,4 +22,7 @@ man/man6/unnethack.6.gz %%DOCSDIR%%/Guidebook.txt %%DOCSDIR%%/license %%PORTDOCS%%%%DOCSDIR%%/sample.unnethackrc -@dirrm %%DOCSDIR%% +@dir(games,games,) %%DATADIR%% +@dir(games,games,775) %%VARDIR%%/bones +@dir(games,games,775) %%VARDIR%%/level +@dir(games,games,775) %%VARDIR%%/saves