svn commit: r304039 - head/games/unnethack

Akinori MUSHA knu at FreeBSD.org
Mon Sep 10 15:53:37 UTC 2012


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
+ at dirrm %%DATADIR%%
 %%VARDIR%%/logfile
 %%VARDIR%%/perm
 %%VARDIR%%/record



More information about the svn-ports-all mailing list