Date: Thu, 7 Apr 2005 19:10:11 GMT From: Renato Botelho <freebsd@galle.com.br> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/79641: [PATCH] astro/starplot: Fix pkg-plist to unbreak the port Message-ID: <200504071910.j37JABD3023707@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/79641; it has been noted by GNATS. From: Renato Botelho <freebsd@galle.com.br> To: freebsd-gnats-submit@FreeBSD.org, freebsd@galle.com.br Cc: Subject: Re: ports/79641: [PATCH] astro/starplot: Fix pkg-plist to unbreak the port Date: Thu, 7 Apr 2005 16:09:29 -0300 Sorry, wrong patch, here is the correct: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/astro/starplot/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 12 Mar 2005 10:53:25 -0000 1.13 +++ Makefile 7 Apr 2005 19:04:26 -0000 @@ -14,8 +14,6 @@ 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 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/astro/starplot/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 29 Dec 2004 23:26:44 -0000 1.4 +++ pkg-plist 7 Apr 2005 19:04:26 -0000 @@ -19,3 +19,9 @@ @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 Thanks -- Renato Botelho <freebsd at galle dot com dot br> AIM: RBGargaBR | ICQ: 54596223 GnuPG Key: http://www.galle.com.br/~renato/pubkey.asc If God had intended Man to Smoke, He would have set him on Fire.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504071910.j37JABD3023707>