diff options
author | steve <steve@FreeBSD.org> | 1998-09-27 07:20:17 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-27 07:20:17 +0800 |
commit | 1022bff6cb468c397f790bc727b2d651ac807454 (patch) | |
tree | 892263c7b34fbe0cb25f28336898364b7b52ed98 /x11/xgrab/Makefile | |
parent | 719aa84d31e0fdccc5dc0336a51434143e872b1c (diff) | |
download | freebsd-ports-gnome-1022bff6cb468c397f790bc727b2d651ac807454.tar.gz freebsd-ports-gnome-1022bff6cb468c397f790bc727b2d651ac807454.tar.zst freebsd-ports-gnome-1022bff6cb468c397f790bc727b2d651ac807454.zip |
Move manpages to MAN* macros.
Diffstat (limited to 'x11/xgrab/Makefile')
-rw-r--r-- | x11/xgrab/Makefile | 4 |
1 files changed, 3 insertions, 1 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> |