diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-17 10:58:44 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-17 10:58:44 +0800 |
commit | e68d61f05f7d102ff821ba19560ee6e07d510139 (patch) | |
tree | 40790b9c1264c409cf4a893fd149594e444444c9 /sysutils/xcpustate | |
parent | 4fcfbcb3011806394aec6c845af478cfa97e1de4 (diff) | |
download | freebsd-ports-gnome-e68d61f05f7d102ff821ba19560ee6e07d510139.tar.gz freebsd-ports-gnome-e68d61f05f7d102ff821ba19560ee6e07d510139.tar.zst freebsd-ports-gnome-e68d61f05f7d102ff821ba19560ee6e07d510139.zip |
Support STAGEDIR.
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> |