diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-14 12:54:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-14 12:54:17 +0000 |
commit | 51505fe87160d96ee169096629f226ab1de71461 (patch) | |
tree | 3004c76cf66fa92cf01f8fa03dbcb9ff81517e42 /audio/quelcom/files/patch-aa | |
parent | - Update to version 0.99.2 (diff) |
- Update to version 0.4.0
PR: ports/62813
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=100910
Diffstat (limited to 'audio/quelcom/files/patch-aa')
-rw-r--r-- | audio/quelcom/files/patch-aa | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/audio/quelcom/files/patch-aa b/audio/quelcom/files/patch-aa deleted file mode 100644 index 55783615d869..000000000000 --- a/audio/quelcom/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- makefile.orig Tue Jan 23 00:02:00 2001 -+++ makefile Tue Jan 23 12:57:32 2001 -@@ -3,16 +3,16 @@ - # - - # change these variables to fit your needs --MANDIR=/usr/local/man -+MANDIR=$(PREFIX)/man - PACKAGE=quelcom --LOCALEDIR=~/share/locale -+LOCALEDIR=$(PREFIX)/share/locale - #BINDIR=/usr/local/bin - # you should change BINDIR in src/makefile - - VERSION=0.3.0 - - all: -- cd src; make -+ cd src; $(MAKE) - - clean: - cd src; make clean |