diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-26 23:20:17 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-26 23:20:17 +0000 |
commit | b91aef2fbdfe549209cc1684ae41d5a755d2f88e (patch) | |
tree | 06639435bd9fec4fbaf41d4a1908b429617ce498 /x11/xgrab | |
parent | Mark broken for ELF because of xforms port. (diff) |
Move manpages to MAN* macros.
Notes
Notes:
svn path=/head/; revision=13407
Diffstat (limited to 'x11/xgrab')
-rw-r--r-- | x11/xgrab/Makefile | 4 | ||||
-rw-r--r-- | x11/xgrab/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile index 9bec2ec06a26..efd3f5bd2169 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -3,7 +3,7 @@ # Date created: 27 February 1995 # Whom: jmz # -# $Id: Makefile,v 1.10 1997/08/11 01:02:00 jmz Exp $ +# $Id: Makefile,v 1.11 1998/06/07 01:08:05 asami Exp $ # DISTNAME= xgrabsc.2_41 @@ -26,4 +26,6 @@ XMKMF= xmkmf BROKEN= requires X session to run xrdb .endif +MAN1= xgrab.1 xgrabsc.1 + .include <bsd.port.mk> diff --git a/x11/xgrab/pkg-plist b/x11/xgrab/pkg-plist index 641a76557be5..5ec15d2b7a77 100644 --- a/x11/xgrab/pkg-plist +++ b/x11/xgrab/pkg-plist @@ -1,5 +1,3 @@ bin/xgrab bin/xgrabsc lib/X11/app-defaults/XGrab -man/man1/xgrab.1.gz -man/man1/xgrabsc.1.gz |