diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-13 23:10:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-13 23:10:29 +0000 |
commit | b4c86ba943cd9366900fc1c468161fd73a31148b (patch) | |
tree | 6dd9065023974befb5c9c23aca300126de42fd32 /x11 | |
parent | 191250c3f6a2287145ad51280666f890dc6514dc (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xwatchwin/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xwatchwin/Makefile b/x11/xwatchwin/Makefile index 41d4d9695f8f..4124dbc2be3b 100644 --- a/x11/xwatchwin/Makefile +++ b/x11/xwatchwin/Makefile @@ -13,11 +13,10 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Watch a window on another X server -MAN1= xwatchwin.1 -PLIST_FILES= bin/xwatchwin +PLIST_FILES= bin/xwatchwin \ + man/man1/xwatchwin.1.gz USES= imake USE_XORG= x11 xext -NO_STAGE= yes .include <bsd.port.mk> |