aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-08-24 13:57:48 +0800
committerasami <asami@FreeBSD.org>1998-08-24 13:57:48 +0800
commit2b3af31bdcb54c49c1b43cf074ac2da6773ee232 (patch)
tree8956055b5ed5605e5fad443e5d9dd747af0ab8db
parentfd0af575d085bf4d80c181cd3041d372e50d5e76 (diff)
downloadfreebsd-ports-gnome-2b3af31bdcb54c49c1b43cf074ac2da6773ee232.tar.gz
freebsd-ports-gnome-2b3af31bdcb54c49c1b43cf074ac2da6773ee232.tar.zst
freebsd-ports-gnome-2b3af31bdcb54c49c1b43cf074ac2da6773ee232.zip
Change value of ${MANCOMPRESSED} from "YES" to "yes". We're planning
to check it in the near future.
-rw-r--r--audio/play/Makefile4
-rw-r--r--math/apc/Makefile6
2 files changed, 5 insertions, 5 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>
diff --git a/math/apc/Makefile b/math/apc/Makefile
index 8f91c10f57dd..5705b2a16690 100644
--- a/math/apc/Makefile
+++ b/math/apc/Makefile
@@ -3,7 +3,7 @@
# Date created: May 1 1997
# Whom: Eric A. Griff <eagriff@global2000.net>
#
-# $Id: Makefile,v 1.4 1998/08/07 23:56:30 asami Exp $
+# $Id: Makefile,v 1.5 1998/08/17 00:46:32 steve Exp $
#
DISTNAME= apc-1.0
@@ -14,8 +14,8 @@ MAINTAINER= eagriff@global2000.net
LIB_DEPENDS= xforms\\.0\\.88:${PORTSDIR}/x11-toolkits/xforms
-USE_X_PREFIX= YES
+USE_X_PREFIX= yes
MAN1= apc.1
-MANCOMPRESSED= YES
+MANCOMPRESSED= yes
.include <bsd.port.mk>