From da505aadc253d6588274271f47441c341280484b Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 5 Oct 1998 03:13:41 +0000 Subject: Move manpages to Makefile and use MAN* macros. --- graphics/xgrasp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphics/xgrasp/Makefile') diff --git a/graphics/xgrasp/Makefile b/graphics/xgrasp/Makefile index 05ebff7985cc..01b21174f6c0 100644 --- a/graphics/xgrasp/Makefile +++ b/graphics/xgrasp/Makefile @@ -3,7 +3,7 @@ # Date created: 23 July 1995 # Whom: asami # -# $Id: Makefile,v 1.2 1996/11/18 11:29:43 asami Exp $ +# $Id: Makefile,v 1.3 1997/12/25 22:29:27 asami Exp $ # DISTNAME= xgrasp.1.7d @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes +MAN1= glib.1 xgrasp.1 + NO_WRKSUBDIR= yes .include -- cgit