diff options
Diffstat (limited to 'editors/joe-devel/Makefile')
-rw-r--r-- | editors/joe-devel/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/editors/joe-devel/Makefile b/editors/joe-devel/Makefile index 3053ff571942..5f05e397fea1 100644 --- a/editors/joe-devel/Makefile +++ b/editors/joe-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= joe-devel -PORTVERSION= 2.9.7p1 +PORTVERSION= 2.9.8p1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= joe-editor @@ -22,11 +22,6 @@ USE_GMAKE= yes ALL_TARGET= joe -post-patch: - @${PERL} -pi -e 's!CFLAGS = -O2!CFLAGS +=!' ${WRKSRC}/Makefile.in - @${PERL} -pi -e 's!fprintf.*long time.*!!' ${WRKSRC}/conf.c - @${PERL} -pi -e 's!2.9.6-pre1!2.9.7-pre0!' ${WRKSRC}/main.c - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/joe |