diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-03-10 05:49:44 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-03-10 05:49:44 +0800 |
commit | d69d8eec2eb5ac530ff92c361a6eef0a24112f24 (patch) | |
tree | 987f83b14bcb64c1185a9a7dcec8a4ff2852eba9 /games/xbubble | |
parent | 11cdd557db2e22c7f1ad5e873d0a4397068caf5e (diff) | |
download | freebsd-ports-graphics-d69d8eec2eb5ac530ff92c361a6eef0a24112f24.tar.gz freebsd-ports-graphics-d69d8eec2eb5ac530ff92c361a6eef0a24112f24.tar.zst freebsd-ports-graphics-d69d8eec2eb5ac530ff92c361a6eef0a24112f24.zip |
- Remove rmdirs from plist which pkgng was not recognizing [1]
These are not really needed anyhow since these directories
are part of the Templates/BSD.local.dist for LOCALBASE and
not created by this port.
[1] https://github.com/pkgng/pkgng/issues/469
Diffstat (limited to 'games/xbubble')
-rw-r--r-- | games/xbubble/Makefile | 2 | ||||
-rw-r--r-- | games/xbubble/pkg-plist | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/games/xbubble/Makefile b/games/xbubble/Makefile index 32942ddc4cb..818487b7d9f 100644 --- a/games/xbubble/Makefile +++ b/games/xbubble/Makefile @@ -6,7 +6,7 @@ PORTNAME= xbubble PORTVERSION= 0.5.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles diff --git a/games/xbubble/pkg-plist b/games/xbubble/pkg-plist index a10eb821e7e..9d62837ff4d 100644 --- a/games/xbubble/pkg-plist +++ b/games/xbubble/pkg-plist @@ -646,6 +646,3 @@ share/xbubble/themes/plain/xbubble_bg.png @dirrm share/xbubble/themes/fancy @dirrm share/xbubble/themes @dirrm share/xbubble -@unexec rmdir share/locale/fr/LC_MESSAGES 2> /dev/null || true -@unexec rmdir share/locale/fr 2> /dev/null || true -@unexec rmdir share/locale 2> /dev/null || true |