diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-17 18:42:04 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-17 18:42:04 +0000 |
commit | 1dc6d6593b2cf1020b89fc1a398db771daa0e4f8 (patch) | |
tree | 826a202addf387dd590fd44ca2261c62dd5c747d /x11/xautomation | |
parent | d7b0d04db30163551cc7a9a73ba6b4392dd8f0ba (diff) | |
download | ports-1dc6d6593b2cf1020b89fc1a398db771daa0e4f8.tar.gz ports-1dc6d6593b2cf1020b89fc1a398db771daa0e4f8.zip |
Notes
Diffstat (limited to 'x11/xautomation')
-rw-r--r-- | x11/xautomation/Makefile | 5 | ||||
-rw-r--r-- | x11/xautomation/distinfo | 4 | ||||
-rw-r--r-- | x11/xautomation/pkg-plist | 6 |
3 files changed, 6 insertions, 9 deletions
diff --git a/x11/xautomation/Makefile b/x11/xautomation/Makefile index 8c6b9e235d14..803be8ad8e52 100644 --- a/x11/xautomation/Makefile +++ b/x11/xautomation/Makefile @@ -7,7 +7,7 @@ # PORTNAME= xautomation -PORTVERSION= 0.93 +PORTVERSION= 0.96 CATEGORIES= x11 MASTER_SITES= http://hoopajoo.net/static/projects/ @@ -22,4 +22,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +PLIST_FILES= bin/pat2ppm bin/patextract bin/png2pat bin/rgb2pat \ + bin/visgrep bin/xte + .include <bsd.port.mk> diff --git a/x11/xautomation/distinfo b/x11/xautomation/distinfo index 8b9d6e02e6bc..9003effff36d 100644 --- a/x11/xautomation/distinfo +++ b/x11/xautomation/distinfo @@ -1,2 +1,2 @@ -MD5 (xautomation-0.93.tar.gz) = c3d00203ac6ba0dabced6619fc75ad40 -SIZE (xautomation-0.93.tar.gz) = 72800 +MD5 (xautomation-0.96.tar.gz) = 55f1247f9e25d57ba23e9e9f3cf5f87e +SIZE (xautomation-0.96.tar.gz) = 73335 diff --git a/x11/xautomation/pkg-plist b/x11/xautomation/pkg-plist deleted file mode 100644 index f3e9dc444e70..000000000000 --- a/x11/xautomation/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/pat2ppm -bin/patextract -bin/png2pat -bin/rgb2pat -bin/visgrep -bin/xte |