diff options
Diffstat (limited to 'textproc/sablotron/Makefile')
-rw-r--r-- | textproc/sablotron/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 44ec6467fca3..3eceb059e73a 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Sablot -PORTVERSION= 0.51 +PORTVERSION= 0.52 CATEGORIES= textproc MASTER_SITES= http://download.gingerall.cz/sablot/ @@ -22,16 +22,4 @@ USE_GMAKE= yes USE_AUTOCONF= yes USE_LIBTOOL= yes -post-patch: -.if defined(WITH_RUSSIAN) - @${ECHO_MSG} "Patching for russian support..." - @cd ${WRKDIR} ; \ - if ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/rus-patch ; then \ - ${ECHO_MSG} ">> Patch applied cleanly." ; \ - else \ - ${ECHO_MSG} ">> Patch failed to apply cleanly." ; \ - ${FALSE} ; \ - fi -.endif - .include <bsd.port.mk> |