diff options
author | jseger <jseger@FreeBSD.org> | 1999-04-07 18:44:02 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-04-07 18:44:02 +0000 |
commit | 3f64c2ea54ca253d82980302ec3ff6c29bfb006b (patch) | |
tree | 4ed3379b9ccd8496f82060b5f9945214edf5a72f /audio/play | |
parent | 4a1ac52a89bf91ed06e5e2fca7e925c6ebfc6f2e (diff) | |
download | FreeBSD-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/play')
-rw-r--r-- | audio/play/Makefile | 4 | ||||
-rw-r--r-- | audio/play/files/patch-ab | 29 |
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 + |