]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - fish/Makefile
don't install in /usr/share if NOSHARE is defined
[bsdgames-darwin.git] / fish / Makefile
index 6c6fc4038a05252653e0c573ecb254227711abe4..0a53dd4a476644fcc50455363ba036b7cdea9764 100644 (file)
@@ -1,11 +1,12 @@
-#      from: @(#)Makefile      5.5 (Berkeley) 1/18/91
-#      $Id: Makefile,v 1.2 1993/08/01 05:45:31 mycroft Exp $
+#      $NetBSD: Makefile,v 1.9 1998/09/29 07:33:21 lukem Exp $
+#      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 PROG=  fish
-MAN6=  fish.0
+MAN=   fish.6
 HIDEGAME=hidegame
-
-beforeinstall: 
-       install -c -o bin -g bin -m 444 ${.CURDIR}/fish.instr /usr/share/games
+.if !defined(NOSHARE)
+FILES=fish.instr
+FILESDIR=/usr/share/games
+.endif
 
 .include <bsd.prog.mk>