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/xonix | |
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/xonix')
-rw-r--r-- | games/xonix/Makefile | 3 | ||||
-rw-r--r-- | games/xonix/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/xonix/Makefile b/games/xonix/Makefile index db8fa65..4f9741a 100644 --- a/games/xonix/Makefile +++ b/games/xonix/Makefile @@ -3,7 +3,7 @@ # Date created: 3 May 1995 # Whom: joerg # -# $Id: Makefile,v 1.5 1998/09/15 11:13:17 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/17 00:32:38 asami Exp $ # DISTNAME= xonix-1.4 @@ -15,5 +15,6 @@ MAINTAINER= joerg@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes +MAN1= xonix.1 .include <bsd.port.mk> diff --git a/games/xonix/pkg-plist b/games/xonix/pkg-plist index 4328548..3fb3de7 100644 --- a/games/xonix/pkg-plist +++ b/games/xonix/pkg-plist @@ -1,3 +1,2 @@ bin/xonix lib/X11/app-defaults/Xonix -man/man1/xonix.1.gz |