diff options
Diffstat (limited to 'x11/xnee/Makefile')
-rw-r--r-- | x11/xnee/Makefile | 5 |
1 files changed, 3 insertions, 2 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> |