diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
commit | d9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch) | |
tree | a08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/xdigger/files/patch-Imakefile | |
parent | - Update to 1.9, announce message: (diff) |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363239
Diffstat (limited to 'games/xdigger/files/patch-Imakefile')
-rw-r--r-- | games/xdigger/files/patch-Imakefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/games/xdigger/files/patch-Imakefile b/games/xdigger/files/patch-Imakefile new file mode 100644 index 000000000000..d50bef608ae3 --- /dev/null +++ b/games/xdigger/files/patch-Imakefile @@ -0,0 +1,38 @@ +--- Imakefile.orig Sun Jul 4 18:47:11 1999 ++++ Imakefile Fri Oct 27 03:04:18 2000 +@@ -1,12 +1,12 @@ + #include "configure.h" + +-BINDIR=/usr/bin/X11 ++#BINDIR=/usr/bin/X11 + MANDIR=$(MANSOURCEPATH)6 + MANSUFFIX=6 +-ICONDIR=/usr/include/X11/pixmaps ++ICONDIR=$(INCDIR)/X11/pixmaps + + # Flags +-CDEBUGFLAGS = -Wall ++#CDEBUGFLAGS = -Wall + + #ifdef SOUND_RPLAY + RPLAYLIB = -lrplay +@@ -23,15 +23,13 @@ + + ComplexProgramTarget(xdigger) + InstallNonExecFile(xdigger.level,XDIGGER_LIB_DIR) +-#ifdef SOUND_RPLAY + InstallNamedNonExec(audio/diamond.au,diamond.au,XDIGGER_LIB_DIR) + InstallNamedNonExec(audio/step.au,step.au,XDIGGER_LIB_DIR) + InstallNamedNonExec(audio/stone.au,stone.au,XDIGGER_LIB_DIR) +-#endif +-InstallNamedNonExec(pixmaps/xdigger.xpm,xdigger.xpm,$(ICONDIR)) ++/* InstallNamedNonExec(pixmaps/xdigger.xpm,xdigger.xpm,$(ICONDIR)) */ + /* InstallNonExecFileNoClobber(xdigger.hiscore,XDIGGER_HISCORE_DIR) */ + + install:: +- $(MKDIRHIER) XDIGGER_HISCORE_DIR +- touch XDIGGER_HISCORE_DIR/xdigger.hiscore +- chmod a+w XDIGGER_HISCORE_DIR/xdigger.hiscore ++ $(MKDIRHIER) $(DESTDIR)XDIGGER_HISCORE_DIR ++ touch $(DESTDIR)XDIGGER_HISCORE_DIR/xdigger.hiscore ++ chmod a+w $(DESTDIR)XDIGGER_HISCORE_DIR/xdigger.hiscore |