diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-23 17:40:41 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-23 17:40:41 +0000 |
commit | 73ac915369010ad160dd1969aef9c2d8aeb553bd (patch) | |
tree | c913074f69e7fd709031d2a05d878dc8ed4bed47 /astro/starplot | |
parent | Add p5-Asterisk 0.08, asterisk perl library. (diff) |
- Fix pkg-plist to unbreak the port
PR: ports/79641
Submitted by: Renato Botelho <freebsd@galle.com.br>
Approved by: pat (maintainer)
Notes
Notes:
svn path=/head/; revision=134012
Diffstat (limited to 'astro/starplot')
-rw-r--r-- | astro/starplot/Makefile | 2 | ||||
-rw-r--r-- | astro/starplot/pkg-plist | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/astro/starplot/Makefile b/astro/starplot/Makefile index 4259e7f5c7ca..fde77ab74800 100644 --- a/astro/starplot/Makefile +++ b/astro/starplot/Makefile @@ -14,8 +14,6 @@ MASTER_SITES= http://starplot.org/downloads/ MAINTAINER= pat@FreeBSD.org COMMENT= 3-dimensional viewer for star charts -BROKEN= Incomplete pkg-plist - USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes diff --git a/astro/starplot/pkg-plist b/astro/starplot/pkg-plist index ae96db2b625e..17a86dc31e26 100644 --- a/astro/starplot/pkg-plist +++ b/astro/starplot/pkg-plist @@ -19,3 +19,9 @@ share/starplot/test.stars @dirrm %%DOCSDIR%%/html/images @dirrm %%DOCSDIR%%/html @dirrm %%DOCSDIR%% +@unexec rmdir %D/share/locale/en@boldquot/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/en@boldquot 2> /dev/null || true +@unexec rmdir %D/share/locale/en@quot/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/en@quot 2> /dev/null || true +@unexec rmdir %D/share/locale/es/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/es 2> /dev/null || true |