summaryrefslogtreecommitdiff
path: root/sysutils/grun
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-17 04:49:45 +0000
committerjlam <jlam>2005-06-17 04:49:45 +0000
commit79688a7f5250bd47f328e560936fb29816443112 (patch)
tree60b722189a49bfe1537f12edb5ede23f86aeb41e /sysutils/grun
parenta4f055ba26863956147b0f0f2d789a3a17cb4fb0 (diff)
downloadpkgsrc-79688a7f5250bd47f328e560936fb29816443112.tar.gz
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'sysutils/grun')
-rw-r--r--sysutils/grun/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/grun/Makefile b/sysutils/grun/Makefile
index 4b54f621d9c..5043557489e 100644
--- a/sysutils/grun/Makefile
+++ b/sysutils/grun/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/06/01 18:03:22 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2005/06/17 04:49:48 jlam Exp $
DISTNAME= grun-0.9.2
PKGREVISION= 3
@@ -14,7 +14,7 @@ USE_TOOLS+= gmake
PTHREAD_OPTS+= require
post-install:
- ${MV} ${LOCALBASE}/man/man1/grun.1x ${LOCALBASE}/man/man1/grun.1
+ ${MV} ${PREFIX}/man/man1/grun.1x ${PREFIX}/man/man1/grun.1
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"