summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-08-09 11:05:09 +0000
committerobrien <obrien@FreeBSD.org>2004-08-09 11:05:09 +0000
commit6a44735c94fea6d18675f2d972efa5c4afec0cf9 (patch)
treeea81d275b698089ad7c8e6bf1655ec539e333919 /usr.bin/file/Makefile
parent273eef07a6984e917a1b9593d09fbfd80eed5cfb (diff)
downloadFreeBSD-src-6a44735c94fea6d18675f2d972efa5c4afec0cf9.zip
FreeBSD-src-6a44735c94fea6d18675f2d972efa5c4afec0cf9.tar.gz
Don't try to programatically support running file(1) w/in /usr/obj or other
non-standard install path. Agreed with: ru
Diffstat (limited to 'usr.bin/file/Makefile')
-rw-r--r--usr.bin/file/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile
index 261ad6f..fed320f 100644
--- a/usr.bin/file/Makefile
+++ b/usr.bin/file/Makefile
@@ -25,7 +25,7 @@ SRCDIR= ${.CURDIR}/../../contrib/file
PROG= file
-MAGICPATH?= ${DESTDIR}/usr/share/misc
+MAGICPATH?= /usr/share/misc
CFLAGS+= -DMAGIC='"${MAGICPATH}/magic"' -DHAVE_CONFIG_H
CFLAGS+= -I${.CURDIR} -I${SRCDIR}
OpenPOWER on IntegriCloud