diff options
author | steve <steve@FreeBSD.org> | 1998-10-05 13:18:06 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-05 13:18:06 +0800 |
commit | 5f36ef6e4a9221e4449a54a90685564c35712463 (patch) | |
tree | 0a70ca115ca840b9aeaa77fdaf4ae46569813a90 /x11/xwit | |
parent | d27d260f343906a71a835e2e1b57090c777d7d3c (diff) | |
download | freebsd-ports-gnome-5f36ef6e4a9221e4449a54a90685564c35712463.tar.gz freebsd-ports-gnome-5f36ef6e4a9221e4449a54a90685564c35712463.tar.zst freebsd-ports-gnome-5f36ef6e4a9221e4449a54a90685564c35712463.zip |
Move manpages to Makefile and use MAN* macros.
Diffstat (limited to 'x11/xwit')
-rw-r--r-- | x11/xwit/Makefile | 3 | ||||
-rw-r--r-- | x11/xwit/pkg-plist | 1 |
2 files changed, 2 insertions, 2 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> diff --git a/x11/xwit/pkg-plist b/x11/xwit/pkg-plist index 2981d5420cb5..1440e17403a5 100644 --- a/x11/xwit/pkg-plist +++ b/x11/xwit/pkg-plist @@ -1,2 +1 @@ bin/xwit -man/man1/xwit.1.gz |