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/xdu | |
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/xdu')
-rw-r--r-- | sysutils/xdu/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/xdu/Makefile b/sysutils/xdu/Makefile index fa896999e5f5..0ca0fcb4cb8c 100644 --- a/sysutils/xdu/Makefile +++ b/sysutils/xdu/Makefile @@ -14,8 +14,6 @@ COMMENT= Graphically display output of du NO_WRKSUBDIR= yes USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt -PLIST_FILES= bin/xdu lib/X11/app-defaults/XDu -MAN1= xdu.1 +PLIST_FILES= bin/xdu lib/X11/app-defaults/XDu man/man1/xdu.1.gz -NO_STAGE= yes .include <bsd.port.mk> |