diff options
author | sem <sem@FreeBSD.org> | 2005-04-24 01:40:41 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-04-24 01:40:41 +0800 |
commit | b0254358f38e851bbf342c5a8a47c4b92680a2b1 (patch) | |
tree | a20913226f91abcac81728a2769909a14d001a18 /astro | |
parent | b139ae0657e5616fd2c2364916189b7ca7f5977f (diff) | |
download | freebsd-ports-graphics-b0254358f38e851bbf342c5a8a47c4b92680a2b1.tar.gz freebsd-ports-graphics-b0254358f38e851bbf342c5a8a47c4b92680a2b1.tar.zst freebsd-ports-graphics-b0254358f38e851bbf342c5a8a47c4b92680a2b1.zip |
- Fix pkg-plist to unbreak the port
PR: ports/79641
Submitted by: Renato Botelho <freebsd@galle.com.br>
Approved by: pat (maintainer)
Diffstat (limited to 'astro')
-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 4259e7f5c7c..fde77ab7480 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 ae96db2b625..17a86dc31e2 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 |