diff options
author | joerg <joerg> | 2008-04-07 17:13:08 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-04-07 17:13:08 +0000 |
commit | 17168d00a94da736d1e8ae66bfa22aac2f2cfdbf (patch) | |
tree | 7db10d8b3f9ecc1228d7aa02c920e2f767c13047 /geography/garmin-utils | |
parent | 464659ffb18fb0b8b2cf72cb8a1a6a710b5f0259 (diff) | |
download | pkgsrc-17168d00a94da736d1e8ae66bfa22aac2f2cfdbf.tar.gz |
Fix installation.
Diffstat (limited to 'geography/garmin-utils')
-rw-r--r-- | geography/garmin-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/garmin-utils/Makefile b/geography/garmin-utils/Makefile index 1aafae1248d..3dacabbe238 100644 --- a/geography/garmin-utils/Makefile +++ b/geography/garmin-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/07/19 16:07:29 gson Exp $ +# $NetBSD: Makefile,v 1.6 2008/04/07 17:13:08 joerg Exp $ # DISTNAME= garmin-utils-2.4 @@ -12,6 +12,6 @@ COMMENT= Utilities for Garmin GPS receivers ONLY_FOR_PLATFORM= NetBSD-*-* MAKE_FLAGS+= MKCATPAGES=no - +INSTALLATION_DIRS= bin lib ${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk" |