diff options
author | steve <steve@FreeBSD.org> | 1999-04-02 04:32:33 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-04-02 04:32:33 +0000 |
commit | 659dfd7293e84cce7ffe9554a9cc6c241ccd27b4 (patch) | |
tree | 63877cdbcdeb30fdbc7e1f520b006349595429c3 /audio/shorten/files/patch-aa | |
parent | 14838c891d0efd537362668d80d2c5e250b1867d (diff) | |
download | FreeBSD-ports-659dfd7293e84cce7ffe9554a9cc6c241ccd27b4.zip FreeBSD-ports-659dfd7293e84cce7ffe9554a9cc6c241ccd27b4.tar.gz |
Initial import of shorten version 2.3a.
A wav-file compresor.
PR: 10136
Submitted by: Stefan Zehl <sec@btl.42.org>
Diffstat (limited to 'audio/shorten/files/patch-aa')
-rw-r--r-- | audio/shorten/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/shorten/files/patch-aa b/audio/shorten/files/patch-aa new file mode 100644 index 0000000..dba9416 --- /dev/null +++ b/audio/shorten/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.org Wed Feb 17 23:06:51 1999 ++++ Makefile Wed Feb 17 23:39:11 1999 +@@ -5,7 +5,7 @@ + CC = cc + CFLAGS= -O + +-prefix = /usr/local ++prefix = $(PREFIX) + exec_prefix = $(prefix)/bin + man_prefix = $(prefix)/man/man$(manext) + manext = 1 |