diff options
Diffstat (limited to 'textproc/enchant2/Makefile')
-rw-r--r-- | textproc/enchant2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/enchant2/Makefile b/textproc/enchant2/Makefile index 8c07b6e66347..725b9e184070 100644 --- a/textproc/enchant2/Makefile +++ b/textproc/enchant2/Makefile @@ -1,5 +1,5 @@ PORTNAME= enchant -DISTVERSION= 2.8.2 +DISTVERSION= 2.8.10 CATEGORIES= textproc gnome MASTER_SITES= https://github.com/rrthomas/${PORTNAME}/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= 2 @@ -54,9 +54,6 @@ ZEMBEREK_CONFIGURE_WITH= zemberek PLIST_SUB+= LIBVERSION="${PORTVERSION}" post-patch: - @${REINPLACE_CMD} -e 's|MKDIRPROG-mkdir|MKDIRPROG-mkdir -p|g' \ - ${WRKSRC}/install-sh - @${REINPLACE_CMD} -e 's|groff -mandoc|mandoc -mdoc|' \ ${WRKSRC}/src/Makefile.in \ ${WRKSRC}/lib/Makefile.in |