diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-09 14:48:54 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-09 14:48:54 +0000 |
commit | 835726cb71664ae2670520d3a50f248e16e9734e (patch) | |
tree | c5a1df43cdad387744b4ceb00662fb30bee791f4 /x11/xcut | |
parent | 591efe9fe3d7b0ae82115372fa3ce2842d227352 (diff) | |
download | ports-835726cb71664ae2670520d3a50f248e16e9734e.tar.gz ports-835726cb71664ae2670520d3a50f248e16e9734e.zip |
Support stagedir.
Approved by: portmgr (blanket infrastructure)
Notes
Notes:
svn path=/head/; revision=339245
Diffstat (limited to 'x11/xcut')
-rw-r--r-- | x11/xcut/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xcut/Makefile b/x11/xcut/Makefile index 1322e1fb680e..5b6f208a8c1a 100644 --- a/x11/xcut/Makefile +++ b/x11/xcut/Makefile @@ -14,8 +14,6 @@ COMMENT= Manipulate X cut buffers from the commandline USES= imake USE_XORG= x11 -MAN1= xcut.1 -PLIST_FILES= bin/xcut +PLIST_FILES= bin/xcut man/man1/xcut.1.gz -NO_STAGE= yes .include <bsd.port.mk> |