$FreeBSD$ --- Makefile.in.orig Thu Jun 19 03:01:36 2003 +++ Makefile.in Thu Jun 19 03:04:15 2003 @@ -83,7 +83,7 @@ # For linking (configure script will modify this line) # xmkmf et imake informations are take into account. -LIBS = @LIBS@ -lm +LIBS = @LIBS@ -lm -lX11 -lcompat all:demo @@ -128,25 +128,17 @@ @-if [ "" != "$(USE_SETGID)" ] ; then \ echo "You use GID=$(GROUP_GID) protection" ; \ fi - @echo "Type to continue installation" - @echo "Type NO to stop installation" - @read LINE && test "" = "$$LINE" # # Remove old score file # @-if [ -d "$(SCOREDIR)" ] ; \ then \ - echo "The scoring method and speeds of Xbl had change" ; \ - echo "If your version is older than 0.2e, destroy score." ; \ - echo "Type to destroy old score files" ; \ - echo "Type NO to hold old score files" ; \ - read LINE && test "" = "$$LINE" && rm $(SCOREDIR)/[1-9]* ; \ - exit 0 ; \ + rm $(SCOREDIR)/[1-9]* ; \ fi # # Install executable # - $(CP) bl $(BINDIR)/xbl + $(BSD_INSTALL_PROGRAM) bl $(BINDIR)/xbl -if [ "" = "$(USE_SETGID)" ] ; then \ chmod 755 $(BINDIR)/xbl ;\ else \ @@ -160,7 +152,6 @@ -mkdir $(SCOREDIR) 2>/dev/null $(CP) Xbl.ad $(RESOURCEDIR)/Xbl ; chmod 644 $(RESOURCEDIR)/Xbl $(CP) Xbl.ad $(SCOREDIR)/Xbl ; chmod 644 $(SCOREDIR)/Xbl - $(CP) COPYING $(SCOREDIR) ; chmod 444 $(SCOREDIR)/COPYING -if [ "" = "$(USE_SETGID)" ] ; then \ chmod 777 $(SCOREDIR) ;\ chmod 666 $(SCOREDIR)/[1-9]* ;\