1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/audio/play/files/patch-ab
Justin M. Seger 27319291ac 1) Fixed problem with MASTER_SITE
2) Now supports PREFIX and CFLAGS

PR:		ports/10977
Submitted by:	mharo@area51.fremont.ca.us
1999-04-07 18:44:02 +00:00

15 lines
268 B
Plaintext

--- Makefile.orig Tue Mar 25 07:29:45 1997
+++ Makefile Tue Apr 6 02:26:42 1999
@@ -7,8 +7,8 @@
.include <bsd.prog.mk>
-CFLAGS = -O
-DESTDIR = /usr/local
+CFLAGS ?= -O
+DESTDIR = ${PREFIX}
BINDIR = /bin
-MANDIR = /man/ja_JP.EUC/man
+MANDIR = /man/ja/man