summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-04-07 18:44:02 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-04-07 18:44:02 +0000
commit27319291ac727d68dc59cfc098ee9a4fd6d3a623 (patch)
treecdfbc1e9a273784988a151068915b03005a2340e /audio
parentoops, remove dotlock (diff)
1) Fixed problem with MASTER_SITE
2) Now supports PREFIX and CFLAGS PR: ports/10977 Submitted by: mharo@area51.fremont.ca.us
Notes
Notes: svn path=/head/; revision=17708
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 7795481d02c6..14a64c0bf58e 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 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
+