diff options
Diffstat (limited to 'x11/xautomation/Makefile')
-rw-r--r-- | x11/xautomation/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/xautomation/Makefile b/x11/xautomation/Makefile index 74b3e779af13..4a1b4068b84b 100644 --- a/x11/xautomation/Makefile +++ b/x11/xautomation/Makefile @@ -7,7 +7,7 @@ # PORTNAME= xautomation -PORTVERSION= 0.99 +PORTVERSION= 1.01 CATEGORIES= x11 MASTER_SITES= http://hoopajoo.net/static/projects/ @@ -25,4 +25,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PLIST_FILES= bin/pat2ppm bin/patextract bin/png2pat bin/rgb2pat \ bin/visgrep bin/xmousepos bin/xte +MAN1= pat2ppm.1 patextract.1 png2pat.1 rgb2pat.1 \ + visgrep.1 xmousepos.1 xte.1 +MAN7= xautomation.7 + .include <bsd.port.mk> |