diff options
Diffstat (limited to 'x11/9term/Makefile')
-rw-r--r-- | x11/9term/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile index 48b07d84a62c..d3f0d81fac6d 100644 --- a/x11/9term/Makefile +++ b/x11/9term/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.4 1996/12/07 09:05:09 asami Exp $ +# $Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp $ # DISTNAME= 9term.1.6.3 @@ -13,6 +13,9 @@ MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ MAINTAINER= erich@FreeBSD.org +MAN1= 9term.1 +MANCOMPRESSED= yes + # needs library and private header, but not during runtime BUILD_DEPENDS= /always_build_it:${PORTSDIR}/plan9/sam |