diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /games/xmine | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.zst freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.zip |
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Diffstat (limited to 'games/xmine')
-rw-r--r-- | games/xmine/Makefile | 5 | ||||
-rw-r--r-- | games/xmine/pkg-plist | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/xmine/Makefile b/games/xmine/Makefile index 7073069c2f90..c2b0e2d6d4e7 100644 --- a/games/xmine/Makefile +++ b/games/xmine/Makefile @@ -3,7 +3,7 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.9 1996/06/03 02:17:18 asami Exp $ +# $Id: Makefile,v 1.10 1996/11/18 11:26:03 asami Exp $ # DISTNAME= xmine-1.0.3-Xaw @@ -13,8 +13,9 @@ MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= joerg@FreeBSD.org -LIB_DEPENDS= Xaw3d\\.:${PORTSDIR}/x11/Xaw3d +LIB_DEPENDS= Xaw3d\\.:${PORTSDIR}/x11/Xaw3d USE_IMAKE= yes +MAN1= xmine.1 .include <bsd.port.mk> diff --git a/games/xmine/pkg-plist b/games/xmine/pkg-plist index 6db8d0998c63..05e0959837dd 100644 --- a/games/xmine/pkg-plist +++ b/games/xmine/pkg-plist @@ -1,4 +1,3 @@ -@cwd ${X11BASE} bin/xmine lib/X11/app-defaults/Xmine -man/man1/xmine.1 +man/man1/xmine.1.gz |