diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-21 00:57:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-21 00:57:42 +0000 |
commit | 2646e845ff93d66d7a8b1135ca481e9f284af0c8 (patch) | |
tree | deffabe320b2949ec66c44c67f9ddb3ce9279bca /sysutils/xloadface/Makefile | |
parent | f28b472edc2b1b9ab1b8f9c6c525fa3f8fdb90f4 (diff) | |
download | ports-2646e845ff93d66d7a8b1135ca481e9f284af0c8.tar.gz ports-2646e845ff93d66d7a8b1135ca481e9f284af0c8.zip |
Notes
Diffstat (limited to 'sysutils/xloadface/Makefile')
-rw-r--r-- | sysutils/xloadface/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xloadface/Makefile b/sysutils/xloadface/Makefile index 7d7a05ad1a6d..be3623712f2d 100644 --- a/sysutils/xloadface/Makefile +++ b/sysutils/xloadface/Makefile @@ -3,7 +3,7 @@ # Date created: 4 February 1998 # Whom: FURUSAWA,Kazuhisa <kazu@jp.freebsd.org> # -# $Id: Makefile,v 1.1.1.1 1996/12/04 02:04:57 obrien Exp $ +# $Id: Makefile,v 1.2 1998/02/07 19:53:25 fenner Exp $ # DISTNAME= xloadface-1.6.1 @@ -18,6 +18,8 @@ PATCH_STRIP= -p1 USE_IMAKE= yes XLOADFACEDIR= $(X11BASE)/lib/X11/xloadface +MAN1= xloadface.1 + pre-install: @nkf -e ${WRKSRC}/xloadface.1 > ${WRKSRC}/xloadface.man ${MKDIR} $(XLOADFACEDIR) |