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