diff options
author | anray <anray@FreeBSD.org> | 2006-01-07 23:35:52 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-01-07 23:35:52 +0800 |
commit | d6144cbb6a4d862c72d87b92769a76e1e791187c (patch) | |
tree | 598e05990e69fac391bc07a4b014dacafb83d9c9 /x11 | |
parent | 0e68df669943ad6923f80055082de4c34e34a60e (diff) | |
download | freebsd-ports-gnome-d6144cbb6a4d862c72d87b92769a76e1e791187c.tar.gz freebsd-ports-gnome-d6144cbb6a4d862c72d87b92769a76e1e791187c.tar.zst freebsd-ports-gnome-d6144cbb6a4d862c72d87b92769a76e1e791187c.zip |
Update to 2.03
PR: ports/91463
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'x11')
-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 |