diff options
Diffstat (limited to 'science/gchemutils/Makefile')
-rw-r--r-- | science/gchemutils/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index f74cbf484e39..f1acb7ab22f0 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -7,6 +7,7 @@ PORTNAME= gchemutils PORTVERSION= 0.8.5 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME}/0.8 @@ -52,7 +53,4 @@ CONFIGURE_ARGS+=--disable-mozilla-plugin PLIST_SUB= MOZILLA="@comment " .endif -post-patch: - @${REINPLACE_CMD} -e 's|pt_BR||' ${WRKSRC}/po/LINGUAS - .include <bsd.port.post.mk> |