diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-15 05:04:37 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-15 05:04:37 +0800 |
commit | 616425adfd691942d61b3d3f0262ce3dbbfea3a4 (patch) | |
tree | 02189f65adcfb34353f1c526ca9062cd4d047c71 /games/xminesweep | |
parent | e030ed1d2d0d2d74a7f20e5d01e1864f66e79e9c (diff) | |
download | freebsd-ports-gnome-616425adfd691942d61b3d3f0262ce3dbbfea3a4.tar.gz freebsd-ports-gnome-616425adfd691942d61b3d3f0262ce3dbbfea3a4.tar.zst freebsd-ports-gnome-616425adfd691942d61b3d3f0262ce3dbbfea3a4.zip |
- Add stage support
Diffstat (limited to 'games/xminesweep')
-rw-r--r-- | games/xminesweep/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xminesweep/Makefile b/games/xminesweep/Makefile index 0769622382d8..c2c9e18577e2 100644 --- a/games/xminesweep/Makefile +++ b/games/xminesweep/Makefile @@ -17,8 +17,6 @@ COMMENT= X11 minesweeper game USES= imake USE_XORG= x11 xext xmu xaw xt xpm sm ice -MAN1= xminesweep.1 -PLIST_FILES= bin/xminesweep +PLIST_FILES= bin/xminesweep man/man1/xminesweep.1.gz -NO_STAGE= yes .include <bsd.port.mk> |