summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-10-18 09:35:17 +0000
committerobrien <obrien@FreeBSD.org>1998-10-18 09:35:17 +0000
commitb7b8620d00589014c0bd41b0017e3c843b0180aa (patch)
treefeca46ab0c6874608b7fedad34259f0068df81a2 /share
parenta7c8a5185468f38694067f37315128902eb468ac (diff)
downloadFreeBSD-src-b7b8620d00589014c0bd41b0017e3c843b0180aa.zip
FreeBSD-src-b7b8620d00589014c0bd41b0017e3c843b0180aa.tar.gz
Allow ``make BINDIR=/foo/games'' to work.
Diffstat (limited to 'share')
-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 5f7ed56..e2d1e4b 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.77 1998/08/30 20:33:27 jb Exp $
+# $Id: bsd.prog.mk,v 1.78 1998/09/07 05:55:02 jb Exp $
.if !target(__initialized__)
__initialized__:
@@ -95,7 +95,7 @@ realinstall: beforeinstall
${INSTALLFLAGS} ${PROG} ${DESTDIR}${BINDIR}
.endif
.if defined(HIDEGAME)
- (cd ${DESTDIR}/usr/games; rm -f ${PROG}; ln -s dm ${PROG}; \
+ (cd ${DESTDIR}/${GBINDIR}; rm -f ${PROG}; ln -s dm ${PROG}; \
chown games:bin ${PROG})
.endif
.if defined(LINKS) && !empty(LINKS)
OpenPOWER on IntegriCloud