diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-11-26 06:05:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-11-26 06:05:19 +0000 |
commit | 6fe44a3eac0d6a2bfc31239c397c3e601193cadb (patch) | |
tree | 26e37e39338d98297aded9dc267c4d83d3e36e18 /games/xrubik | |
parent | 2f7609cabe42ae965d0e402f3ac6f797c818d197 (diff) | |
download | ports-6fe44a3eac0d6a2bfc31239c397c3e601193cadb.tar.gz ports-6fe44a3eac0d6a2bfc31239c397c3e601193cadb.zip |
Notes
Diffstat (limited to 'games/xrubik')
-rw-r--r-- | games/xrubik/Makefile | 10 | ||||
-rw-r--r-- | games/xrubik/pkg-plist | 1 |
2 files changed, 4 insertions, 7 deletions
diff --git a/games/xrubik/Makefile b/games/xrubik/Makefile index 6b544c859cf0..108e69c1e4cb 100644 --- a/games/xrubik/Makefile +++ b/games/xrubik/Makefile @@ -11,18 +11,14 @@ MASTER_SITE_SUBDIR= games/xpuzzles MAINTAINER= dinoex@FreeBSD.org COMMENT= X-based rubik's cube(tm) -NO_STAGE= yes - WRKSRC= ${WRKDIR}/xrubik USES= imake USE_XORG= xt sm ice xext x11 XFREE86_HTML_MAN= no -NO_INSTALL_MANPAGES= yes -MAN1= xrubik.1 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xrubik ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/Rubik.ad ${PREFIX}/lib/X11/app-defaults/Rubik - ${INSTALL_MAN} ${WRKSRC}/xrubik.man ${PREFIX}/man/man1/xrubik.1 + ${INSTALL_PROGRAM} ${WRKSRC}/xrubik ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/Rubik.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Rubik + ${INSTALL_MAN} ${WRKSRC}/xrubik.man ${STAGEDIR}${PREFIX}/man/man1/xrubik.1 .include <bsd.port.mk> diff --git a/games/xrubik/pkg-plist b/games/xrubik/pkg-plist index ed7744c7589e..818ea9c61a19 100644 --- a/games/xrubik/pkg-plist +++ b/games/xrubik/pkg-plist @@ -1,2 +1,3 @@ bin/xrubik lib/X11/app-defaults/Rubik +man/man1/xrubik.1.gz |