summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>2001-09-30 20:31:47 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>2001-09-30 20:31:47 +0000
commitbf74ecedda39a38eb083698242349e2f70d0b856 (patch)
treea6d9fbfc051509c0ead5df4668d104dd3736301a /gnu
parentcff6931e0933e63307a2ce665c22a9f3b7bc377b (diff)
Don't pass $DESTDIR where generated Makefiles already handle it
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cvs/Makefile.bsd-wrapper7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
index 14ea986fd4c..0eedb4cbbfb 100644
--- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.36 2001/05/25 23:13:46 ho Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.37 2001/09/30 20:31:46 tholo Exp $
.include <bsd.own.mk>
@@ -54,8 +54,9 @@ maninstall:
install: maninstall
${MAKE} ${GNUCFLAGS} prefix=${DESTDIR}/usr \
- infodir=${DESTDIR}/usr/share/info \
- bindir=${DESTDIR}/usr/bin INSTALL_MAN= install
+ infodir=/usr/share/info \
+ libexecdir=/usr/libexec \
+ bindir=/usr/bin INSTALL_MAN= install
clean cleandir:
-@if [ -e Makefile ]; then ${MAKE} distclean; fi