summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.prog.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.prog.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.prog.mk')
-rw-r--r--share/mk/bsd.prog.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
index 4ed0f25..c275092 100644
--- a/share/mk/bsd.prog.mk
+++ b/share/mk/bsd.prog.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
-# $Id: bsd.prog.mk,v 1.21 1995/01/30 07:20:01 jkh Exp $
+# $Id: bsd.prog.mk,v 1.22 1995/02/08 21:35:31 bde Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@@ -188,7 +188,7 @@ realinstall: beforeinstall
DISTRIBUTION?= bin
.if !target(distribute)
distribute:
- 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