diff options
author | eadler <eadler@FreeBSD.org> | 2013-09-28 10:34:19 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-09-28 10:34:19 +0800 |
commit | 5c3e5ec3bd9e8be75b5f2c0f27db7226ceb28817 (patch) | |
tree | a6a05c41f25618bb8d485f2de92aaf308948ba5d /x11 | |
parent | e2a52ba8178c608f16df7dcf78cf742c81736767 (diff) | |
download | freebsd-ports-graphics-5c3e5ec3bd9e8be75b5f2c0f27db7226ceb28817.tar.gz freebsd-ports-graphics-5c3e5ec3bd9e8be75b5f2c0f27db7226ceb28817.tar.zst freebsd-ports-graphics-5c3e5ec3bd9e8be75b5f2c0f27db7226ceb28817.zip |
Convert to staging.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xclip/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile index 8936c480e68..e357a4f1eb3 100644 --- a/x11/xclip/Makefile +++ b/x11/xclip/Makefile @@ -17,10 +17,8 @@ USE_XORG= x11 xmu USES= gmake GNU_CONFIGURE= yes -MAN1= xclip.1 xclip-copyfile.1 -PLIST_FILES= bin/xclip bin/xclip-copyfile bin/xclip-cutfile bin/xclip-pastefile +PLIST_FILES= bin/xclip bin/xclip-copyfile bin/xclip-cutfile bin/xclip-pastefile man/man1/xclip.1.gz man/man1/xclip-copyfile.1.gz -NO_STAGE= yes pre-configure: @cd ${WRKSRC}; ./bootstrap |