diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-09 21:49:44 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-09 21:49:44 +0000 |
commit | 6d96df689d52d9ffaac7b96c4bf97053ea6bff3d (patch) | |
tree | 987f83b14bcb64c1185a9a7dcec8a4ff2852eba9 /games/xbubble | |
parent | 7d20ef9811ab05a11a26d6d9ad094232177a5bb5 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=313761
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 32942ddc4cb2..818487b7d9fd 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 a10eb821e7ea..9d62837ff4da 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 |