From owner-svn-ports-head@FreeBSD.ORG Mon Sep 10 15:53:37 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5C7B106566B; Mon, 10 Sep 2012 15:53:37 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B0DA98FC08; Mon, 10 Sep 2012 15:53:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AFrbN7078491; Mon, 10 Sep 2012 15:53:37 GMT (envelope-from knu@svn.freebsd.org) Received: (from knu@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AFrbAZ078488; Mon, 10 Sep 2012 15:53:37 GMT (envelope-from knu@svn.freebsd.org) Message-Id: <201209101553.q8AFrbAZ078488@svn.freebsd.org> From: Akinori MUSHA Date: Mon, 10 Sep 2012 15:53:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304039 - head/games/unnethack X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 10 Sep 2012 15:53:37 -0000 Author: knu Date: Mon Sep 10 15:53:37 2012 New Revision: 304039 URL: http://svn.freebsd.org/changeset/ports/304039 Log: Get %%DATADIR%% removed on uninstall. Modified: head/games/unnethack/Makefile head/games/unnethack/pkg-plist Modified: head/games/unnethack/Makefile ============================================================================== --- head/games/unnethack/Makefile Mon Sep 10 15:14:14 2012 (r304038) +++ head/games/unnethack/Makefile Mon Sep 10 15:53:37 2012 (r304039) @@ -7,6 +7,7 @@ PORTNAME= unnethack PORTVERSION= 4.0.0.20120401 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} Modified: head/games/unnethack/pkg-plist ============================================================================== --- head/games/unnethack/pkg-plist Mon Sep 10 15:14:14 2012 (r304038) +++ head/games/unnethack/pkg-plist Mon Sep 10 15:53:37 2012 (r304039) @@ -2,6 +2,7 @@ bin/unnethack %%DATADIR%%/nhdat %%DATADIR%%/recover %%DATADIR%%/unnethack +@dirrm %%DATADIR%% %%VARDIR%%/logfile %%VARDIR%%/perm %%VARDIR%%/record