Remove some games/ cruft that is no longer of relevance.
This commit is contained in:
parent
b7dbd3e95e
commit
04b151d66a
@ -199,10 +199,6 @@ FILES A list of non-executable files.
|
||||
FILESGRP, FILESMODE, FILESDIR variables that can be
|
||||
further specialized by FILES<VAR>_<file>.
|
||||
|
||||
HIDEGAME If HIDEGAME is defined, the binary is installed in
|
||||
/usr/games/hide, and a symbolic link is created to
|
||||
/usr/games/dm.
|
||||
|
||||
LDADD Additional loader objects. Usually used for libraries.
|
||||
For example, to load with the compatibility and utility
|
||||
libraries, use:
|
||||
|
@ -108,10 +108,6 @@ _proginstall:
|
||||
${_INSTALLFLAGS} ${PROG} ${DESTDIR}${BINDIR}
|
||||
.endif
|
||||
.endif
|
||||
.if defined(HIDEGAME)
|
||||
(cd ${DESTDIR}${ORIGBINDIR}; ln -fs dm ${PROG}; \
|
||||
chown -h ${BINOWN}:${ORIGBINGRP} ${PROG})
|
||||
.endif
|
||||
.endif !target(realinstall)
|
||||
|
||||
.if defined(SCRIPTS) && !empty(SCRIPTS)
|
||||
|
Loading…
Reference in New Issue
Block a user