diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-06 00:57:17 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-06 00:57:17 +0000 |
commit | 9e2f597d19e8da17010eeeabe95ace12ff910d0c (patch) | |
tree | 831805bcf11f145df0380ecbe214448b53f7ae81 /x11/xnee | |
parent | 55c997b301155fa531d6fc7a312ab1bb7497e8f5 (diff) | |
download | ports-9e2f597d19e8da17010eeeabe95ace12ff910d0c.tar.gz ports-9e2f597d19e8da17010eeeabe95ace12ff910d0c.zip |
Notes
Diffstat (limited to 'x11/xnee')
-rw-r--r-- | x11/xnee/Makefile | 15 | ||||
-rw-r--r-- | x11/xnee/distinfo | 2 |
2 files changed, 9 insertions, 8 deletions
diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index 3cfa91a39dbf..38c67168b37b 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -6,19 +6,20 @@ # PORTNAME= xnee -PORTVERSION= 0.7.a2 +PORTVERSION= 0.7.2 CATEGORIES= x11 -MASTER_SITES= http://xnee.sourceforge.net/tars/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/alpha_/} -EXTRACT_SUFX= .tar +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes USE_X_PREFIX= yes +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} post-patch: - @${PERL} -pi -e 's,^CFLAGS =,CFLAGS +=,' ${WRKSRC}/src/cli/Makefile.in \ - ${WRKSRC}/src/lib/Makefile.in + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|^CFLAGS = |CFLAGS = @CFLAGS@ |g' .include <bsd.port.mk> diff --git a/x11/xnee/distinfo b/x11/xnee/distinfo index 05be4bba3215..b506c0d275bd 100644 --- a/x11/xnee/distinfo +++ b/x11/xnee/distinfo @@ -1 +1 @@ -MD5 (xnee-0.7alpha_2.tar) = 7ea07c13c4a13f48eade7c659afdc239 +MD5 (xnee-0.7.2.tar.gz) = df423857d05af177e19fb64bdf4a3a93 |