aboutsummaryrefslogtreecommitdiffstats
path: root/editors/cooledit/Makefile
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-06-23 01:42:28 +0800
committerlawrance <lawrance@FreeBSD.org>2005-06-23 01:42:28 +0800
commita63c59f436e0322b7e8840db2165f78e3588d8e8 (patch)
tree28904cb9a1331d0ad7a701ba3ef6917cc5d72ce4 /editors/cooledit/Makefile
parentb2b3ad1d14ac416ee1624d151bc95152d2716c76 (diff)
downloadfreebsd-ports-gnome-a63c59f436e0322b7e8840db2165f78e3588d8e8.tar.gz
freebsd-ports-gnome-a63c59f436e0322b7e8840db2165f78e3588d8e8.tar.zst
freebsd-ports-gnome-a63c59f436e0322b7e8840db2165f78e3588d8e8.zip
Update to 3.17.17
PR: ports/82529 Submitted by: Ports Fury
Diffstat (limited to 'editors/cooledit/Makefile')
-rw-r--r--editors/cooledit/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile
index a2bf9908790e..4501c55e8f80 100644
--- a/editors/cooledit/Makefile
+++ b/editors/cooledit/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cooledit
-PORTVERSION= 3.17.14
+PORTVERSION= 3.17.17
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/editors/X/cooledit
@@ -39,4 +39,7 @@ CFLAGS+= -DHAVE_MBRTOWC
CONFIGURE_ARGS+= --enable-NeXT-look
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|po pixmap man|po man|g' ${WRKSRC}/Makefile.in
+
.include <bsd.port.post.mk>