diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-10-25 04:10:31 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-10-25 04:10:31 +0000 |
commit | 407f5f7bccb68cc199d471f39a1f6e7774562556 (patch) | |
tree | 22108548cb89279a66ec73459009c7e7d11ce585 /x11/xtoolwait | |
parent | f793b252a025eca73f82e2b39ab06023894ba649 (diff) | |
download | ports-407f5f7bccb68cc199d471f39a1f6e7774562556.tar.gz ports-407f5f7bccb68cc199d471f39a1f6e7774562556.zip |
Convert to staging
Notes
Notes:
svn path=/head/; revision=331553
Diffstat (limited to 'x11/xtoolwait')
-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 24103a617b63..47591e6d409a 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> |