aboutsummaryrefslogtreecommitdiff
path: root/editors/cooledit/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-05-19 13:05:43 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-05-19 13:05:43 +0000
commit4b4feacbfadd9312365841bc670d082f1193454d (patch)
treea22416538416eee5cc9c3a8689ff15b7b0732a10 /editors/cooledit/Makefile
parent68cdb0d0759a13c71df6b56a70e5abce95e7abf1 (diff)
downloadports-4b4feacbfadd9312365841bc670d082f1193454d.tar.gz
ports-4b4feacbfadd9312365841bc670d082f1193454d.zip
Update to 3.14.1. Add a WWW while I'm here.
PR: 18517 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=28602
Diffstat (limited to 'editors/cooledit/Makefile')
-rw-r--r--editors/cooledit/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile
index 5f666fae1b45..9efe31c0fcae 100644
--- a/editors/cooledit/Makefile
+++ b/editors/cooledit/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cooledit
-PORTVERSION= 3.13.2
+PORTVERSION= 3.14.1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.netins.net/showcase/Comput-IT/cooledit/src/
@@ -33,4 +33,8 @@ pre-install:
${INSTALL_SCRIPT} ${WRKSRC}/pixmap/coolicon.config \
${PREFIX}/etc/coolicon.config.dist
+post-install:
+ @${LN} -sf ${PREFIX}/share/cooledit/global.py \
+ ${PREFIX}/share/coolicon/global.py
+
.include <bsd.port.mk>