1) Fixed problem with MASTER_SITE

2) Now supports PREFIX and CFLAGS

PR:		ports/10977
Submitted by:	mharo@area51.fremont.ca.us
This commit is contained in:
Justin M. Seger 1999-04-07 18:44:02 +00:00
parent efe339a524
commit 27319291ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17708
2 changed files with 16 additions and 17 deletions

View file

@ -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

View file

@ -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
--- Makefile.orig Tue Mar 25 07:29:45 1997
+++ Makefile Tue Apr 6 02:26:42 1999
@@ -7,8 +7,8 @@
--- 10,14 ----
CFLAGS = -O
DESTDIR = /usr/local
BINDIR = /bin
! MANDIR = /man/ja/man
.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