diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-05 05:18:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-05 05:18:06 +0000 |
commit | 8c1c5f4a177063cf410c956996fe02d4deb7f3c6 (patch) | |
tree | ac2af0f80404ef4aae169dc34e86d24bf2929779 /x11/xwit/Makefile | |
parent | 61b8183d2d26d74ed7220e3779585bb852d14003 (diff) | |
download | ports-8c1c5f4a177063cf410c956996fe02d4deb7f3c6.tar.gz ports-8c1c5f4a177063cf410c956996fe02d4deb7f3c6.zip |
Notes
Diffstat (limited to 'x11/xwit/Makefile')
-rw-r--r-- | x11/xwit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xwit/Makefile b/x11/xwit/Makefile index 65f2a0a16c77..f832c59866ec 100644 --- a/x11/xwit/Makefile +++ b/x11/xwit/Makefile @@ -3,7 +3,7 @@ # Date created: 15 June 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/15 12:04:13 tg Exp $ # DISTNAME= xwit-1.0 @@ -13,5 +13,6 @@ MASTER_SITES= http://www.freebsd.org/~tg/ MAINTAINER= tg@FreeBSD.ORG USE_IMAKE= yes +MAN1= xwit.1 .include <bsd.port.mk> |