diff options
Diffstat (limited to 'x11/xwatchwin')
-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> |