diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 02:25:34 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 02:25:34 +0000 |
commit | 61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749 (patch) | |
tree | de1dd1e4a0d4c1f85972b1bf8522ab565e3fdae5 /games/xbill | |
parent | 717d36e01445bb504251df649b1d45bb541fcab6 (diff) | |
download | FreeBSD-ports-61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749.zip FreeBSD-ports-61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749.tar.gz |
Move manpages from pkg/PLIST to MAN* macro in Makefile.
Diffstat (limited to 'games/xbill')
-rw-r--r-- | games/xbill/Makefile | 3 | ||||
-rw-r--r-- | games/xbill/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile index 4958a8a..76a800c 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 diff --git a/games/xbill/pkg-plist b/games/xbill/pkg-plist index 0bb0fdf0..bb0249f 100644 --- a/games/xbill/pkg-plist +++ b/games/xbill/pkg-plist @@ -1,5 +1,4 @@ bin/xbill -man/man1/xbill.1.gz share/xbill/scores share/xbill/README share/xbill/pixmaps/about.xpm |