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/Makefile | |
parent | - Update to 1.1 (diff) |
Update to 0.7.2
PR: 40249
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=62493
Diffstat (limited to 'x11/xnee/Makefile')
-rw-r--r-- | x11/xnee/Makefile | 15 |
1 files changed, 8 insertions, 7 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> |