summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gettext
diff options
context:
space:
mode:
authordan <dan@NetBSD.org>2000-11-03 07:07:58 +0000
committerdan <dan@NetBSD.org>2000-11-03 07:07:58 +0000
commit29d4a62dee6f87f1efb21dbb0abfc031dcf0cab2 (patch)
treeaf3cd0894890b116687af4eca638da80bd5d1f60 /gnu/usr.bin/gettext
parent343f07f2ac3a0c39cf0900559d00834e8d9f6e34 (diff)
Don't prepend $DESTDIR to BINDIR, this is done elsewhere in the prog
install target.
Diffstat (limited to 'gnu/usr.bin/gettext')
-rw-r--r--gnu/usr.bin/gettext/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gettext/Makefile.inc b/gnu/usr.bin/gettext/Makefile.inc
index a0b1746b999..3aac10f90b4 100644
--- a/gnu/usr.bin/gettext/Makefile.inc
+++ b/gnu/usr.bin/gettext/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.2 2000/11/02 20:17:01 veego Exp $
+# $NetBSD: Makefile.inc,v 1.3 2000/11/03 07:07:58 dan Exp $
DIST= ${.CURDIR}/../../../dist
@@ -7,4 +7,4 @@ CPPFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR} -I${.CURDIR}/../include \
MKMAN= no
-BINDIR= ${DESTDIR}/usr/bin
+BINDIR?= /usr/bin