diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-25 12:10:31 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-25 12:10:31 +0800 |
commit | ab42827dc2a02eab9dd88ef71a9c7d1f2652581a (patch) | |
tree | 22108548cb89279a66ec73459009c7e7d11ce585 /x11 | |
parent | 7326d9456d62753ae817c81ce8450da8dc6d41dd (diff) | |
download | freebsd-ports-graphics-ab42827dc2a02eab9dd88ef71a9c7d1f2652581a.tar.gz freebsd-ports-graphics-ab42827dc2a02eab9dd88ef71a9c7d1f2652581a.tar.zst freebsd-ports-graphics-ab42827dc2a02eab9dd88ef71a9c7d1f2652581a.zip |
Convert to staging
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xtoolwait/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xtoolwait/Makefile b/x11/xtoolwait/Makefile index 24103a617b6..47591e6d409 100644 --- a/x11/xtoolwait/Makefile +++ b/x11/xtoolwait/Makefile @@ -13,8 +13,6 @@ COMMENT= Tool startup utility for X11 USES= imake USE_XORG= x11 xext -MAN1= xtoolwait.1 -PLIST_FILES= bin/xtoolwait +PLIST_FILES= bin/xtoolwait man/man1/xtoolwait.1.gz -NO_STAGE= yes .include <bsd.port.mk> |