summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/gpsd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gpsd/Makefile b/misc/gpsd/Makefile
index 2040c5fc3d8..02209659b48 100644
--- a/misc/gpsd/Makefile
+++ b/misc/gpsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/01/05 16:52:45 tsarna Exp $
+# $NetBSD: Makefile,v 1.2 2003/06/06 09:42:45 jmmv Exp $
DISTNAME= gpsd-1.07
CATEGORIES= misc
@@ -11,6 +11,6 @@ COMMENT= GPS information daemon
GNU_CONFIGURE= YES
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gpsd /usr/pkg/sbin
+ ${INSTALL_PROGRAM} ${WRKSRC}/gpsd ${PREFIX}/sbin
.include "../../mk/bsd.pkg.mk"