diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 10:25:34 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 10:25:34 +0800 |
commit | 61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749 (patch) | |
tree | de1dd1e4a0d4c1f85972b1bf8522ab565e3fdae5 /games/xgammon | |
parent | 717d36e01445bb504251df649b1d45bb541fcab6 (diff) | |
download | freebsd-ports-gnome-61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749.tar.gz freebsd-ports-gnome-61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749.tar.zst freebsd-ports-gnome-61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749.zip |
Move manpages from pkg/PLIST to MAN* macro in Makefile.
Diffstat (limited to 'games/xgammon')
-rw-r--r-- | games/xgammon/Makefile | 3 | ||||
-rw-r--r-- | games/xgammon/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/xgammon/Makefile b/games/xgammon/Makefile index 1de258a8dee0..101aaa0f5681 100644 --- a/games/xgammon/Makefile +++ b/games/xgammon/Makefile @@ -3,7 +3,7 @@ # Date created: 02 January 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/01/08 08:22:51 tg Exp $ +# $Id: Makefile,v 1.5 1998/06/17 07:17:40 tg Exp $ # DISTNAME= xgammon-0.98 @@ -19,6 +19,7 @@ BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/misc/rpm NO_WRKSUBDIR= yes USE_IMAKE= yes +MAN6= xgammon.6 PATCH_FILES= ${DISTNAME}-dirent.patch diff --git a/games/xgammon/pkg-plist b/games/xgammon/pkg-plist index b38b1bcc8b7e..79b0f9db4aaf 100644 --- a/games/xgammon/pkg-plist +++ b/games/xgammon/pkg-plist @@ -1,4 +1,4 @@ bin/xgammon -man/man6/xgammon.6.gz lib/X11/app-defaults/XGammon lib/X11/xgammon/xgammon.db +@dirrm lib/X11/xgammon |