diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-17 02:58:44 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-17 02:58:44 +0000 |
commit | 275ad11b0bf958423947a5c36bfd773e35828b14 (patch) | |
tree | 40790b9c1264c409cf4a893fd149594e444444c9 /sysutils/xcpustate | |
parent | 73115d280711ad59a190a3c0e5dea161cb9e3cb1 (diff) |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=334050
Diffstat (limited to 'sysutils/xcpustate')
-rw-r--r-- | sysutils/xcpustate/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/xcpustate/Makefile b/sysutils/xcpustate/Makefile index f5932a8f2ce9..e9d33033870a 100644 --- a/sysutils/xcpustate/Makefile +++ b/sysutils/xcpustate/Makefile @@ -20,8 +20,6 @@ NO_WRKSUBDIR= yes USES= imake USE_XORG= ice sm x11 xaw xext xmu xt -MAN1= ${PORTNAME}.1 -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz -NO_STAGE= yes .include <bsd.port.mk> |