diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-07 18:44:02 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-07 18:44:02 +0000 |
commit | 27319291ac727d68dc59cfc098ee9a4fd6d3a623 (patch) | |
tree | cdfbc1e9a273784988a151068915b03005a2340e /audio/play/files | |
parent | efe339a5244b072e3fe73350019bc75b92c3d60d (diff) | |
download | ports-27319291ac727d68dc59cfc098ee9a4fd6d3a623.tar.gz ports-27319291ac727d68dc59cfc098ee9a4fd6d3a623.zip |
Notes
Diffstat (limited to 'audio/play/files')
-rw-r--r-- | audio/play/files/patch-ab | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/audio/play/files/patch-ab b/audio/play/files/patch-ab index 0b3574323d0e..c52013c7f4d7 100644 --- a/audio/play/files/patch-ab +++ b/audio/play/files/patch-ab @@ -1,15 +1,14 @@ -*** Makefile.orig Wed Mar 26 00:29:45 1997 ---- Makefile Wed May 20 13:27:36 1998 -*************** -*** 10,14 **** - CFLAGS = -O - DESTDIR = /usr/local - BINDIR = /bin -! MANDIR = /man/ja_JP.EUC/man - ---- 10,14 ---- - CFLAGS = -O - DESTDIR = /usr/local - BINDIR = /bin -! MANDIR = /man/ja/man - +--- 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 + |