diff options
author | sergei <sergei@FreeBSD.org> | 2005-04-20 02:08:35 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2005-04-20 02:08:35 +0800 |
commit | 7ef2058857e1319038af5736c8761f702b3906eb (patch) | |
tree | be5e7b9b47dc19efbc5f06690b1ff0b198126f7b /astro | |
parent | 76c000be84ec46769987ba642b2a8ce2360e6a00 (diff) | |
download | freebsd-ports-graphics-7ef2058857e1319038af5736c8761f702b3906eb.tar.gz freebsd-ports-graphics-7ef2058857e1319038af5736c8761f702b3906eb.tar.zst freebsd-ports-graphics-7ef2058857e1319038af5736c8761f702b3906eb.zip |
- Fix pkg-plist to unbreak the port
- Transfer maintainership to the submitter
PR: ports/79643
Submitted by: Renato Botelho <freebsd@galle.com.br>
Approved by: Marco Molteni <molter@gufi.org> (maintainer)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpsdrive/Makefile | 4 | ||||
-rw-r--r-- | astro/gpsdrive/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/astro/gpsdrive/Makefile b/astro/gpsdrive/Makefile index 40c90965aec..66be3574d89 100644 --- a/astro/gpsdrive/Makefile +++ b/astro/gpsdrive/Makefile @@ -14,13 +14,11 @@ MASTER_SITES= http://www.gpsdrive.cc/ \ http://gpsdrive.teachlinux.com/ \ http://gpsdrive.flugfunk.de/ -MAINTAINER= molter@gufi.org +MAINTAINER= freebsd@galle.com.br COMMENT= A GPS navigation system LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre -BROKEN= Incomplete pkg-plist - USE_GETOPT_LONG=yes USE_GETTEXT= yes USE_PERL5= yes diff --git a/astro/gpsdrive/pkg-plist b/astro/gpsdrive/pkg-plist index 8e8c55c75c9..18c6672255c 100644 --- a/astro/gpsdrive/pkg-plist +++ b/astro/gpsdrive/pkg-plist @@ -61,4 +61,5 @@ share/locale/tr/LC_MESSAGES/gpsdrive.mo share/pixmaps/gpsicon.png @unexec rmdir %D/share/locale/gr/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/gr 2> /dev/null || true +@unexec rmdir %D/share/applications 2> /dev/null || true @dirrm share/gpsdrive |