diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-01-04 17:50:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-01-04 17:50:41 +0000 |
commit | 3657310ffde14b57c83bc9882dbf3df9ab64ad59 (patch) | |
tree | 5d978759bb1cb80f9e4d246f333616a82933f55e /games/rogue | |
parent | 82efda60e1f3d406a238cffa6f32607838589955 (diff) |
Stop installing many of the incredibly dated and un-authoritative share/doc
files. If any information found in these documents is worthwhile and you
miss it, please make the time to work it into the manual pages (which people
actually do read).
ok guenther
Diffstat (limited to 'games/rogue')
-rw-r--r-- | games/rogue/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/rogue/Makefile b/games/rogue/Makefile index 17b747d85b1..d0c3f9d08c2 100644 --- a/games/rogue/Makefile +++ b/games/rogue/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2004/01/21 19:12:13 espie Exp $ +# $OpenBSD: Makefile,v 1.11 2010/01/04 17:50:38 deraadt Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= rogue @@ -11,10 +11,6 @@ LDADD= -lcurses MAN= rogue.6 BINMODE=2555 -.if make(install) -SUBDIR+= USD.doc -.endif - beforeinstall: @if [ ! -f ${DESTDIR}/var/games/rogue.scores ]; then \ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 664 \ |