diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-14 22:59:27 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-14 22:59:27 +0000 |
commit | 3e20740cebfa0cda93477baf0a98aef7886374a0 (patch) | |
tree | 57a4468154e82e5e90af402bccf337063a317e99 /games/xpipeman | |
parent | 79cff3e73919448f37e05fffb122e2c9b7cb44fe (diff) |
Notes
Diffstat (limited to 'games/xpipeman')
-rw-r--r-- | games/xpipeman/Makefile | 11 | ||||
-rw-r--r-- | games/xpipeman/pkg-plist | 7 |
2 files changed, 10 insertions, 8 deletions
diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile index c96255a1f2a8..2857ffd99b5f 100644 --- a/games/xpipeman/Makefile +++ b/games/xpipeman/Makefile @@ -18,16 +18,11 @@ ONLY_FOR_ARCHS= i386 amd64 USES= imake USE_XORG= x11 xaw xext xmu xt sm ice -MAN6= xpipeman.6 -MANCOMPRESSED= no CFLAGS+= -Wno-error=return-type -BINGRP= games -BINMODE= 2555 -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xpipeman ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${MANPREFIX}/man/man6/xpipeman.6 - ${INSTALL} -c -g games -m 664 ${FILESDIR}/xpipescores ${PREFIX}/lib/X11 + ${INSTALL_PROGRAM} ${WRKSRC}/xpipeman ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${STAGEDIR}${MANPREFIX}/man/man6/xpipeman.6 + ${INSTALL} -c ${FILESDIR}/xpipescores ${STAGEDIR}${PREFIX}/lib/X11 .include <bsd.port.mk> diff --git a/games/xpipeman/pkg-plist b/games/xpipeman/pkg-plist index 246702cc44f8..47941fafb002 100644 --- a/games/xpipeman/pkg-plist +++ b/games/xpipeman/pkg-plist @@ -1,2 +1,9 @@ +@group games +@mode 2555 bin/xpipeman +@mode +@mode 664 lib/X11/xpipescores +@mode +@group +man/man6/xpipeman.6.gz |