diff options
Diffstat (limited to 'x11-wm/e16/Makefile')
-rw-r--r-- | x11-wm/e16/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 8cc1650e0e6e..9e56a5ec7fa5 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -7,7 +7,7 @@ PORTNAME= enlightenment PORTVERSION= 0.16.8.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -61,8 +61,4 @@ PLIST_FILES= share/locale/bg/LC_MESSAGES/e16.mo \ CONFIGURE_ARGS+=--disable-nls .endif -post-patch: - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ - -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/scripts/e_gen_menu - .include <bsd.port.mk> |