diff options
author | ade <ade@FreeBSD.org> | 2005-11-18 12:03:37 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2005-11-18 12:03:37 +0800 |
commit | 69ba9e892ba8039110313527e9cf771c318b4a4a (patch) | |
tree | 4eec3a71c0114698bf1302055f0f0510d98d6743 /devel | |
parent | 6f71abce73afa31de558c2af55088ea31482603f (diff) | |
download | freebsd-ports-gnome-69ba9e892ba8039110313527e9cf771c318b4a4a.tar.gz freebsd-ports-gnome-69ba9e892ba8039110313527e9cf771c318b4a4a.tar.zst freebsd-ports-gnome-69ba9e892ba8039110313527e9cf771c318b4a4a.zip |
Remove the 'rw' locale directory by hand until such time as the
BSD.local.mtree file catches up with reality.
Submitted by: pointyhat via kris
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bison2/Makefile | 1 | ||||
-rw-r--r-- | devel/bison2/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/devel/bison2/Makefile b/devel/bison2/Makefile index 7fa945f01b51..3a08005d3460 100644 --- a/devel/bison2/Makefile +++ b/devel/bison2/Makefile @@ -7,6 +7,7 @@ PORTNAME= bison PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/devel/bison2/pkg-plist b/devel/bison2/pkg-plist index 84f8fcce67fb..f1cbdfa9633f 100644 --- a/devel/bison2/pkg-plist +++ b/devel/bison2/pkg-plist @@ -53,6 +53,8 @@ share/aclocal/bison-i18n.m4 %%NLS%%share/locale/tr/LC_MESSAGES/bison-runtime.mo %%NLS%%share/locale/vi/LC_MESSAGES/bison.mo %%NLS%%share/locale/vi/LC_MESSAGES/bison-runtime.mo +%%NLS%%@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2>/dev/null || true +%%NLS%%@unexec rmdir %D/share/locale/rw 2>/dev/null || true @dirrm %%DATADIR%%/m4sugar @dirrm %%DATADIR%% @unexec rmdir %D/share/aclocal 2>/dev/null || true |