Date: Mon, 10 Sep 2012 15:53:37 +0000 (UTC) From: Akinori MUSHA <knu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304039 - head/games/unnethack Message-ID: <201209101553.q8AFrbAZ078488@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209101553.q8AFrbAZ078488>