From 27319291ac727d68dc59cfc098ee9a4fd6d3a623 Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Wed, 7 Apr 1999 18:44:02 +0000 Subject: 1) Fixed problem with MASTER_SITE 2) Now supports PREFIX and CFLAGS PR: ports/10977 Submitted by: mharo@area51.fremont.ca.us --- audio/play/Makefile | 4 ++-- audio/play/files/patch-ab | 29 ++++++++++++++--------------- 2 files changed, 16 insertions(+), 17 deletions(-) (limited to 'audio/play') 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 # -# $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 + +-CFLAGS = -O +-DESTDIR = /usr/local ++CFLAGS ?= -O ++DESTDIR = ${PREFIX} + BINDIR = /bin +-MANDIR = /man/ja_JP.EUC/man ++MANDIR = /man/ja/man + -- cgit v1.2.3