diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-07 01:23:05 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-07 01:23:05 +0000 |
commit | f5bbc0df73ab6d9a35043aa65006608d2eca1e1a (patch) | |
tree | 79f1ae70e88ccb6121ffb5aee1cd72b880f0d875 /x11/xnee | |
parent | 46a20f9017dfad755cd023d6c00d5822591e7d85 (diff) | |
download | FreeBSD-ports-f5bbc0df73ab6d9a35043aa65006608d2eca1e1a.zip FreeBSD-ports-f5bbc0df73ab6d9a35043aa65006608d2eca1e1a.tar.gz |
upgrade to 0.8.1
PR: 43710
Submitted by: Ports Fury
Diffstat (limited to 'x11/xnee')
-rw-r--r-- | x11/xnee/Makefile | 5 | ||||
-rw-r--r-- | x11/xnee/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index 38c6716..4598988 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xnee -PORTVERSION= 0.7.2 +PORTVERSION= 0.8.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,6 +20,7 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|^CFLAGS = |CFLAGS = @CFLAGS@ |g' + 's|^CFLAGS = |CFLAGS = @CFLAGS@ |g ; \ + s|-g$$||g' .include <bsd.port.mk> diff --git a/x11/xnee/distinfo b/x11/xnee/distinfo index b506c0d..ec02472 100644 --- a/x11/xnee/distinfo +++ b/x11/xnee/distinfo @@ -1 +1 @@ -MD5 (xnee-0.7.2.tar.gz) = df423857d05af177e19fb64bdf4a3a93 +MD5 (xnee-0.8.1.tar.gz) = 6002cf9b87553d2d4c2acc977087f6b1 |