summaryrefslogtreecommitdiff
path: root/misc/gpsd
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-06-06 09:42:45 +0000
committerjmmv <jmmv>2003-06-06 09:42:45 +0000
commitc9443b86684f090eddf7246ae63bb13e4a585d38 (patch)
treef489a7f12925bf0de63188bb199338c3c08ca25e /misc/gpsd
parent481a5605c235f42128aa3f49ace1e26d8061072f (diff)
downloadpkgsrc-c9443b86684f090eddf7246ae63bb13e4a585d38.tar.gz
Use ${PREFIX} instead of hardcoding /usr/pkg.
Diffstat (limited to 'misc/gpsd')
-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"