diff options
author | Eric Melville <eric@FreeBSD.org> | 2001-04-17 13:31:20 +0000 |
---|---|---|
committer | Eric Melville <eric@FreeBSD.org> | 2001-04-17 13:31:20 +0000 |
commit | 430211e4f619572630f5decbf21282c3aac502c4 (patch) | |
tree | 74977f3246c42ded814b800a03d6701d00303556 /audio/wmusic/files | |
parent | 435abed98739945e003441c5a1d3de8345ddc9e4 (diff) |
Notes
Diffstat (limited to 'audio/wmusic/files')
-rw-r--r-- | audio/wmusic/files/patch-aa | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/audio/wmusic/files/patch-aa b/audio/wmusic/files/patch-aa deleted file mode 100644 index b46b7606e5a7..000000000000 --- a/audio/wmusic/files/patch-aa +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.in.orig Sat Apr 7 21:24:40 2001 -+++ Makefile.in Sat Apr 7 21:24:57 2001 -@@ -3,18 +3,18 @@ - all: wmusic - - wmusic: -- cd src && make wmusic -+ cd src && gmake wmusic - - clean: - rm -f *~ *.o core wmusic.spec -- cd src && make clean -+ cd src && gmake clean - - distclean: clean - rm -f config.status config.log Makefile config.cache -- cd src && make distclean -+ cd src && gmake distclean - - install: -- cd src && make install -+ cd src && gmake install - - uninstall: -- cd src && make uninstall -+ cd src && gmake uninstall |