diff options
author | knu <knu@FreeBSD.org> | 2012-09-10 23:53:37 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2012-09-10 23:53:37 +0800 |
commit | 863013efc9ad020493955249e9fe0677f364a854 (patch) | |
tree | b499806e4fdb1bdf29fcb8313044422b30dbd879 /games | |
parent | a41a082ad1c5a89f5f5d418b0564b9cae76af5ae (diff) | |
download | freebsd-ports-gnome-863013efc9ad020493955249e9fe0677f364a854.tar.gz freebsd-ports-gnome-863013efc9ad020493955249e9fe0677f364a854.tar.zst freebsd-ports-gnome-863013efc9ad020493955249e9fe0677f364a854.zip |
Get %%DATADIR%% removed on uninstall.
Diffstat (limited to 'games')
-rw-r--r-- | games/unnethack/Makefile | 1 | ||||
-rw-r--r-- | games/unnethack/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/games/unnethack/Makefile b/games/unnethack/Makefile index 95ad7011f949..e680a476dcb6 100644 --- a/games/unnethack/Makefile +++ b/games/unnethack/Makefile @@ -7,6 +7,7 @@ PORTNAME= unnethack PORTVERSION= 4.0.0.20120401 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} diff --git a/games/unnethack/pkg-plist b/games/unnethack/pkg-plist index 48424b6b3039..8a50d3e89315 100644 --- a/games/unnethack/pkg-plist +++ b/games/unnethack/pkg-plist @@ -2,6 +2,7 @@ bin/unnethack %%DATADIR%%/nhdat %%DATADIR%%/recover %%DATADIR%%/unnethack +@dirrm %%DATADIR%% %%VARDIR%%/logfile %%VARDIR%%/perm %%VARDIR%%/record |