aboutsummaryrefslogtreecommitdiff
path: root/audio/play
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-24 05:57:48 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-24 05:57:48 +0000
commite4bd3d9abd5d09f0e2c8405eb99d24313a823772 (patch)
tree088b04f4ecdfc6496586a34e1a60fbf5a11f7526 /audio/play
parent452e9a95d3c40e04cf64264d3b965b0a37f96e1e (diff)
downloadports-e4bd3d9abd5d09f0e2c8405eb99d24313a823772.tar.gz
ports-e4bd3d9abd5d09f0e2c8405eb99d24313a823772.zip
Change value of ${MANCOMPRESSED} from "YES" to "yes". We're planning
to check it in the near future.
Notes
Notes: svn path=/head/; revision=12799
Diffstat (limited to 'audio/play')
-rw-r--r--audio/play/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/play/Makefile b/audio/play/Makefile
index d15c6c11ac4a..14dafa32767a 100644
--- a/audio/play/Makefile
+++ b/audio/play/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 May 1998
# Whom: Masanori Kiriake <seiken@nbs.co.jp>
#
-# $Id: Makefile,v 1.1.1.1 1998/07/20 04:03:16 steve Exp $
+# $Id: Makefile,v 1.1.1.1 1998/07/25 21:36:06 steve Exp $
#
DISTNAME= play-1.0
@@ -14,5 +14,5 @@ MAINTAINER= seiken@nbs.co.jp
MANLANG= ja
MAN1= play.1
-MANCOMPRESSED = YES
+MANCOMPRESSED = yes
.include <bsd.port.mk>