diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:25:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:25:34 +0000 |
commit | 98a694e9a860e5e1bcc992f1905dbdf81839a150 (patch) | |
tree | 7470fb3ef740bf72808bf15eb38bdbbe7d0716bc /games/xbill/Makefile | |
parent | 2bccdc057ce5093ddea66a15e173767ccd089b94 (diff) | |
download | ports-98a694e9a860e5e1bcc992f1905dbdf81839a150.tar.gz ports-98a694e9a860e5e1bcc992f1905dbdf81839a150.zip |
Notes
Diffstat (limited to 'games/xbill/Makefile')
-rw-r--r-- | games/xbill/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile index 4958a8af7bae..76a800c6e22d 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -3,7 +3,7 @@ # Date created: 12 September 1995 # Whom: asami # -# $Id: Makefile,v 1.7 1998/09/15 11:13:11 asami Exp $ +# $Id: Makefile,v 1.8 1998/09/17 00:32:33 asami Exp $ # DISTNAME= xbill-2.0 @@ -17,6 +17,7 @@ MAINTAINER= obrien@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes +MAN1= xbill.1 post-install: ${CP} ${WRKSRC}/README ${PREFIX}/share/xbill |