aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-08-05 10:34:50 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-08-05 10:34:50 +0000
commit0369c2eec5c46b43f5192a102ac6a09702376ae1 (patch)
tree4c4a4166f273530326579c8c8b48c435e59d7f55 /sysutils
parent6790aafae561a3d480748ff9fd37f649aa9d7cef (diff)
Fix install after DESTDIR patch
Submitted by: gabor
Notes
Notes: svn path=/head/; revision=169728
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/procmap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/procmap/Makefile b/sysutils/procmap/Makefile
index aaebbf94ac65..65ccc65c4891 100644
--- a/sysutils/procmap/Makefile
+++ b/sysutils/procmap/Makefile
@@ -15,7 +15,7 @@ COMMENT= Print the contents of a procfs map file
NO_WRKSUBDIR= yes
MAKEFILE= /usr/share/mk/bsd.prog.mk
-MAKE_ENV+= DESTDIR=${PREFIX}/ BINDIR=bin MANDIR=man/man \
+MAKE_ENV+= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man \
PROG=procmap MAN8=procmap.8
PLIST_FILES= bin/procmap