diff options
Diffstat (limited to 'x11/xnee/Makefile')
-rw-r--r-- | x11/xnee/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index f157108fcf9d..2debf7ea4a4a 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xnee -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.0.6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,8 +26,7 @@ MAN1= xnee.1 post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|^CFLAGS = |CFLAGS = @CFLAGS@ |g ; \ - s|-g$$||g' + 's| -g | @CFLAGS@ |g' post-install: ${INSTALL_MAN} ${WRKSRC}/doc/xnee.1 ${MANPREFIX}/man/man1 |