diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-11 10:03:45 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-11 10:03:45 +0000 |
commit | 00bda700bcc5bf1222cffd023f08f3490ea99a26 (patch) | |
tree | 8a2e261b7f54c50876022629c0f414a3a9c87274 /x11/wmctrl | |
parent | adca18a930ac2e29a3187e0d23bc49de0bb9262f (diff) | |
download | ports-00bda700bcc5bf1222cffd023f08f3490ea99a26.tar.gz ports-00bda700bcc5bf1222cffd023f08f3490ea99a26.zip |
Support stagedir.
Approved by: portmgr (blanket infrastructure)
Notes
Notes:
svn path=/head/; revision=339414
Diffstat (limited to 'x11/wmctrl')
-rw-r--r-- | x11/wmctrl/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/wmctrl/Makefile b/x11/wmctrl/Makefile index 4c03928f9cf8..7aad6b044cda 100644 --- a/x11/wmctrl/Makefile +++ b/x11/wmctrl/Makefile @@ -15,9 +15,6 @@ GNU_CONFIGURE= yes USE_XORG= x11 xmu xext xt USE_GNOME= glib20 -PLIST_FILES= bin/wmctrl +PLIST_FILES= bin/wmctrl man/man1/${PORTNAME}.1.gz -MAN1= wmctrl.1 - -NO_STAGE= yes .include <bsd.port.mk> |