diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-04 22:41:27 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-04 22:41:27 +0000 |
commit | 0a945aa10e783dd11c8b03b441f20e2b3187e8fe (patch) | |
tree | d20a65231a5c2101ad56d32c8cc92ee9d4624b9e /misc/xgas/Makefile | |
parent | Fix build for ELF. (diff) |
Move manpages to Makefile and use MAN* marcos.
Notes
Notes:
svn path=/head/; revision=13637
Diffstat (limited to 'misc/xgas/Makefile')
-rw-r--r-- | misc/xgas/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/xgas/Makefile b/misc/xgas/Makefile index 66ed0e1919af..4d33e62543d2 100644 --- a/misc/xgas/Makefile +++ b/misc/xgas/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1996 # Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/15 09:55:44 asami Exp $ # DISTNAME= xgas @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.tut.ac.jp/.h3/X11/X11R6/contrib/programs/ MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp USE_IMAKE= yes +MAN1= xgas.1 post-install: @chmod 755 ${PREFIX}/bin/xgas |