diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-02 15:18:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-02 15:18:26 +0000 |
commit | d0834e0bfcd6ba845dbd011640174b1d7aa291c3 (patch) | |
tree | 6e5e1f8a24d8bb93c43bfea63927c5f5f257b212 /audio/tracker/files/patch-aa | |
parent | - Fix PLIST: (diff) |
No public distfiles available anymore, pkgname conflict with sysutils/tracker
Notes
Notes:
svn path=/head/; revision=329053
Diffstat (limited to 'audio/tracker/files/patch-aa')
-rw-r--r-- | audio/tracker/files/patch-aa | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/audio/tracker/files/patch-aa b/audio/tracker/files/patch-aa deleted file mode 100644 index a96a661150f5..000000000000 --- a/audio/tracker/files/patch-aa +++ /dev/null @@ -1,37 +0,0 @@ ---- Makefile.orig Tue May 7 10:20:50 1996 -+++ Makefile Wed Sep 3 19:55:42 2003 -@@ -250,7 +250,7 @@ - display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \ - st_virt$O automaton$O - --all: tracker${EXE} randomize${EXE} splitmod${EXE} Docs/tracker.text -+all: tracker${EXE} randomize${EXE} Docs/tracker.info - - config.h: $(CONFIG)config.h - rm -f config.h -@@ -270,11 +270,10 @@ - echo >version.c char \*VERSION=\"${VERSION}\"\; - - install: -- $(INSTALL) $(INST_BIN_OPT) tracker $(BIN_DIR) -- $(INSTALL) $(INST_BIN_OPT) randomize $(BIN_DIR) -- $(INSTALL) $(INST_BIN_OPT) splitmod $(BIN_DIR) -+ ${BSD_INSTALL_PROGRAM} tracker $(BIN_DIR) -+ ${BSD_INSTALL_PROGRAM} randomize $(BIN_DIR) - [ -f ${COMPRESSION_FILE} ] || \ -- $(INSTALL) $(INST_MAN_OPT) compression_methods ${COMPRESSION_FILE} -+ ${BSD_INSTALL_MAN} Lib/compression_methods ${COMPRESSION_FILE} - - # no manpage available, use the texinfo manual. - install.man: -@@ -284,8 +283,8 @@ - - install.info: Docs/tracker.info - (cd Docs; \ -- for f in tracker.info tracker.info-* ; do \ -- $(INSTALL) $(INST_INFO_OPT) $$f $(INFO_DIR)/$$f; \ -+ for f in tracker.info ; do \ -+ ${BSD_INSTALL_DATA} $$f $(INFO_DIR)/$$f; \ - done) - - devel: |