diff options
author | pav <pav@FreeBSD.org> | 2004-01-22 05:02:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-22 05:02:11 +0800 |
commit | 56785c60057723493e392925840d41a084688c31 (patch) | |
tree | 4adf1e94a99f70aabcdd6ccb8092eef7dc1d733e /comms/garmin-utils/Makefile | |
parent | dbb122dfbcba833286fef0032c3fed33ae8fd6de (diff) | |
download | freebsd-ports-gnome-56785c60057723493e392925840d41a084688c31.tar.gz freebsd-ports-gnome-56785c60057723493e392925840d41a084688c31.tar.zst freebsd-ports-gnome-56785c60057723493e392925840d41a084688c31.zip |
- Update to 2.0
PR: ports/61670
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by: maintainer
Diffstat (limited to 'comms/garmin-utils/Makefile')
-rw-r--r-- | comms/garmin-utils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/garmin-utils/Makefile b/comms/garmin-utils/Makefile index bc4565a81f97..b4450bf35244 100644 --- a/comms/garmin-utils/Makefile +++ b/comms/garmin-utils/Makefile @@ -6,8 +6,7 @@ # PORTNAME= garmin-utils -PORTVERSION= 1.93 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= comms MASTER_SITES= ftp://ftp.snafu.org/pub/ @@ -19,4 +18,6 @@ MANCOMPRESSED= yes MAKE_ARGS+= MANDIR=${MANPREFIX}/man/man \ GPS_SERIAL_PORT=/dev/cuaa0 +PLIST_FILES= bin/gardump bin/garload + .include <bsd.port.mk> |