diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-01-07 15:35:52 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-01-07 15:35:52 +0000 |
commit | bc1a5df548d595cae41a1c814503fe0a9f6dfa02 (patch) | |
tree | 043e5164a26e7dd91f5b51b98a83b956a8ec356f /x11/xnee | |
parent | 5ed7d8a2be7833cf13ef9a8933b9e66eabd02616 (diff) |
Notes
Diffstat (limited to 'x11/xnee')
-rw-r--r-- | x11/xnee/Makefile | 13 | ||||
-rw-r--r-- | x11/xnee/distinfo | 6 |
2 files changed, 14 insertions, 5 deletions
diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index 9d32e9e543ff..1a4dca0c216b 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xnee -PORTVERSION= 2.02 +PORTVERSION= 2.03 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,7 +22,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-doc INFO= xnee -PLIST_FILES= bin/cnee lib/libxnee.a +PLIST_FILES= bin/cnee \ + lib/libxnee.a \ + share/Xnee/example1.xns \ + share/Xnee/simple_bash.sh \ + share/Xnee/xnee.sh +PLIST_DIRS= share/Xnee .include <bsd.port.pre.mk> @@ -34,6 +39,10 @@ PKGNAMESUFFIX= -gtk CONFIGURE_ARGS+= --disable-gui .endif +post-patch: + @${REINPLACE_CMD} -e 's|^#!/bin|!#!${LOCALBASE}/bin|g' \ + ${WRKSRC}/examples/simple_bash.sh + post-install: cd ${WRKSRC}/doc && makeinfo --no-split xnee.texi ${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${PREFIX}/${INFO_PATH} diff --git a/x11/xnee/distinfo b/x11/xnee/distinfo index 869d21e0b31b..3f8f655c01c0 100644 --- a/x11/xnee/distinfo +++ b/x11/xnee/distinfo @@ -1,3 +1,3 @@ -MD5 (Xnee-2.02.tar.gz) = f9c2ce61319a4e5589a6fdfd5d745cb3 -SHA256 (Xnee-2.02.tar.gz) = 183dbfce08a5a72ec47d5242567ddba5e85cee1db1a49b4d993f428dcf04a150 -SIZE (Xnee-2.02.tar.gz) = 498037 +MD5 (Xnee-2.03.tar.gz) = 8bab29246610d556a9a9429a270ba3b1 +SHA256 (Xnee-2.03.tar.gz) = c20373aa214400818b7bd56786ed3b787a0ae75979023d7c771e38346acb0a62 +SIZE (Xnee-2.03.tar.gz) = 511284 |