summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-03-10 15:48:51 +0000
committerfrueauf <frueauf>1998-03-10 15:48:51 +0000
commit5c321bf0d82c04be54a2092f1ec21d5c1bf1d151 (patch)
tree0220b3beb4e433ae15bff22dec4e09c41e62e928 /plan9
parentd8438c5b66692a826e6ded191fe1007d1cb0ed91 (diff)
downloadpkgsrc-5c321bf0d82c04be54a2092f1ec21d5c1bf1d151.tar.gz
MAN1->CAT1.
Diffstat (limited to 'plan9')
-rw-r--r--plan9/9wm/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/plan9/9wm/Makefile b/plan9/9wm/Makefile
index 1b8cee3f8dc..a92431bb68f 100644
--- a/plan9/9wm/Makefile
+++ b/plan9/9wm/Makefile
@@ -3,23 +3,23 @@
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
-# $NetBSD: Makefile,v 1.4 1998/01/24 22:12:24 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 1998/03/10 15:48:51 frueauf Exp $
# FreeBSD Id: Makefile,v 1.4 1997/05/28 06:18:20 fenner Exp
#
-DISTNAME= 9wm-1.1
-CATEGORIES= plan9
-MASTER_SITES= ftp://ftp.mathcs.emory.edu/pub/arnold/
-EXTRACT_SUFX= .shar.gz
+DISTNAME= 9wm-1.1
+CATEGORIES= plan9
+MASTER_SITES= ftp://ftp.mathcs.emory.edu/pub/arnold/
+EXTRACT_SUFX= .shar.gz
-MAINTAINER= erich@FreeBSD.org
+MAINTAINER= erich@FreeBSD.org
-NO_WRKSUBDIR= yes
+NO_WRKSUBDIR= yes
EXTRACT_CMD= zcat
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
-USE_IMAKE= yes
+USE_IMAKE= yes
-MAN1= 9wm.0
+CAT1= 9wm.0
.include <bsd.port.mk>