diff options
author | edwin <edwin@FreeBSD.org> | 2014-05-13 05:10:10 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2014-05-13 05:10:10 +0800 |
commit | 796fcf48dd7632b92eef02a612590ae426bbfb28 (patch) | |
tree | bd76652a63e938e69bcf2e44f3ba7707bd3f55d4 /games | |
parent | 70a7b30d28be414efc852dd82342a4a35b0225f2 (diff) | |
download | freebsd-ports-gnome-796fcf48dd7632b92eef02a612590ae426bbfb28.tar.gz freebsd-ports-gnome-796fcf48dd7632b92eef02a612590ae426bbfb28.tar.zst freebsd-ports-gnome-796fcf48dd7632b92eef02a612590ae426bbfb28.zip |
Stagify for games/xrobots
Diffstat (limited to 'games')
-rw-r--r-- | games/xrobots/Makefile | 6 | ||||
-rw-r--r-- | games/xrobots/pkg-plist | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games/xrobots/Makefile b/games/xrobots/Makefile index fd5fdc5cad56..33c15ce7889b 100644 --- a/games/xrobots/Makefile +++ b/games/xrobots/Makefile @@ -13,12 +13,10 @@ COMMENT= Fight off villainous robots (X version) USES= imake USE_XORG= x11 xaw xext xmu xt sm ice -WRKSRC= ${WRKDIR}/xrobots-1.0 -MAN6= xrobots.6 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NO_STAGE= yes post-install: - ${INSTALL} -c -g games -m 664 ${FILESDIR}/xrobotscores ${PREFIX}/lib/X11 + ${CP} ${FILESDIR}/xrobotscores ${STAGEDIR}${PREFIX}/lib/X11 post-patch: ${REINPLACE_CMD} -e 's|__PREFIX__|${PREFIX}|g' \ diff --git a/games/xrobots/pkg-plist b/games/xrobots/pkg-plist index 3ee770a00949..1fb29501521d 100644 --- a/games/xrobots/pkg-plist +++ b/games/xrobots/pkg-plist @@ -1,2 +1,7 @@ +man/man6/xrobots.6.gz +@mode 2755 +@group games bin/xrobots +@mode 664 +@group games lib/X11/xrobotscores |