diff options
author | steve <steve@FreeBSD.org> | 1998-10-05 11:13:41 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-05 11:13:41 +0800 |
commit | da505aadc253d6588274271f47441c341280484b (patch) | |
tree | c27d285e6baa8c59713c661fa487474c8e14bfe0 /graphics/xgrasp/Makefile | |
parent | 40caff0093efbeff591285f9ba04d4bd3a7f6a93 (diff) | |
download | freebsd-ports-gnome-da505aadc253d6588274271f47441c341280484b.tar.gz freebsd-ports-gnome-da505aadc253d6588274271f47441c341280484b.tar.zst freebsd-ports-gnome-da505aadc253d6588274271f47441c341280484b.zip |
Move manpages to Makefile and use MAN* macros.
Diffstat (limited to 'graphics/xgrasp/Makefile')
-rw-r--r-- | graphics/xgrasp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 <bsd.port.mk> |