summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.lib.mk
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-02-25 20:51:14 +0000
committerphk <phk@FreeBSD.org>1995-02-25 20:51:14 +0000
commit6ba3ecf5d28a0bce9eec817db73f1caf8eb99dd4 (patch)
tree8bc3a449ec105c8a41430cbeab69fa838b208968 /share/mk/bsd.lib.mk
parenta9aa255a943b4b4304f99d18e90c7eff2329cbff (diff)
downloadFreeBSD-src-6ba3ecf5d28a0bce9eec817db73f1caf8eb99dd4.zip
FreeBSD-src-6ba3ecf5d28a0bce9eec817db73f1caf8eb99dd4.tar.gz
"make distribute" have changed, beware if you use it.
Diffstat (limited to 'share/mk/bsd.lib.mk')
-rw-r--r--share/mk/bsd.lib.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk
index a837624..db356d2 100644
--- a/share/mk/bsd.lib.mk
+++ b/share/mk/bsd.lib.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
-# $Id: bsd.lib.mk,v 1.21 1995/01/30 07:22:02 jkh Exp $
+# $Id: bsd.lib.mk,v 1.22 1995/02/08 21:35:28 bde Exp $
#
.if exists(${.CURDIR}/../Makefile.inc)
@@ -295,7 +295,7 @@ afterinstall: realinstall
DISTRIBUTION?= bin
.if !target(distribute)
distribute: _LIBSUBDIR
- cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
+ cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${DISTRIBUTION} SHARED=copies
.endif
.if !target(lint)
OpenPOWER on IntegriCloud