mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
3796ccf611
A wav-file compresor. PR: 10136 Submitted by: Stefan Zehl <sec@btl.42.org>
12 lines
245 B
Plaintext
12 lines
245 B
Plaintext
--- 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
|