summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1999-04-07 18:44:02 +0000
committerjseger <jseger@FreeBSD.org>1999-04-07 18:44:02 +0000
commit3f64c2ea54ca253d82980302ec3ff6c29bfb006b (patch)
tree4ed3379b9ccd8496f82060b5f9945214edf5a72f /audio
parent4a1ac52a89bf91ed06e5e2fca7e925c6ebfc6f2e (diff)
downloadFreeBSD-ports-3f64c2ea54ca253d82980302ec3ff6c29bfb006b.zip
FreeBSD-ports-3f64c2ea54ca253d82980302ec3ff6c29bfb006b.tar.gz
1) Fixed problem with MASTER_SITE
2) Now supports PREFIX and CFLAGS PR: ports/10977 Submitted by: mharo@area51.fremont.ca.us
Diffstat (limited to 'audio')
-rw-r--r--audio/play/Makefile4
-rw-r--r--audio/play/files/patch-ab29
2 files changed, 16 insertions, 17 deletions
diff --git a/audio/play/Makefile b/audio/play/Makefile
index 7795481..14a64c0 100644
--- a/audio/play/Makefile
+++ b/audio/play/Makefile
@@ -3,12 +3,12 @@
# Date created: 20 May 1998
# Whom: Masanori Kiriake <seiken@nbs.co.jp>
#
-# $Id: Makefile,v 1.2 1998/08/24 05:57:48 asami Exp $
+# $Id: Makefile,v 1.3 1999/03/07 00:55:34 sada Exp $
#
DISTNAME= play-1.0
CATEGORIES= audio
-MASTER_SITES= ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS
+MASTER_SITES= ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/
MAINTAINER= seiken@nbs.co.jp
diff --git a/audio/play/files/patch-ab b/audio/play/files/patch-ab
index 0b35743..c52013c 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
+
OpenPOWER on IntegriCloud