diff options
Diffstat (limited to 'x11/xorg-edit/Makefile')
-rw-r--r-- | x11/xorg-edit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xorg-edit/Makefile b/x11/xorg-edit/Makefile index 45ee2a83cbc3..8c500a4638af 100644 --- a/x11/xorg-edit/Makefile +++ b/x11/xorg-edit/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xorg-edit -PORTVERSION= 07.04.23 -PORTREVISION= 1 +PORTVERSION= 07.06.15 CATEGORIES= x11 MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION}_src @@ -26,7 +25,7 @@ post-extract: @${CHMOD} -R a+rX,u+w ${WRKSRC} post-patch: - @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|g;s|/usr/local|$${PREFIX}|g'\ + @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|g;s|/usr/local|$${PREFIX}|g;/rm -f/d'\ ${BUILD_WRKSRC}/xorgedit/${MAKEFILE} do-install: |