summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-09-02 11:26:31 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-09-02 11:26:31 +0000
commit671a0da55ac4f0465b30e27321b64238e440f799 (patch)
treefb8633d2dc9a59ae74ea48fe4db674e41ce810ca /editors
parentUpdate to 0.03 (diff)
- Update to 1.41
PR: ports/85624 Submitted by: Andrej Zverev <az@inec.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=141778
Diffstat (limited to 'editors')
-rw-r--r--editors/ne/Makefile7
-rw-r--r--editors/ne/distinfo4
2 files changed, 8 insertions, 3 deletions
diff --git a/editors/ne/Makefile b/editors/ne/Makefile
index 136f6d24c687..fcf5a6f371ce 100644
--- a/editors/ne/Makefile
+++ b/editors/ne/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ne
-PORTVERSION= 1.40
+PORTVERSION= 1.41
CATEGORIES= editors
MASTER_SITES= http://ne.dsi.unimi.it/
@@ -29,6 +29,7 @@ MAKE_ARGS= CFLAGS="${CFLAGS} -DNOWCHAR" CC="${CC}" \
GLOBALDIR="${DATADIR}"
MAN1= ne.1
+PORTDOCS= ne.txt
post-patch:
@${PERL5} -pi -e 's|tmpnam\(|mkstemp\(|g' ${WRKSRC}/actions.c
@@ -39,5 +40,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/../doc/default.keys ${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/../doc/default.menus ${DATADIR}/
${INSTALL_MAN} ${WRKSRC}/../doc/ne.1 ${PREFIX}/man/man1
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC:S/src//}doc/ne.txt ${DOCSDIR}
+.endif
.include <bsd.port.post.mk>
diff --git a/editors/ne/distinfo b/editors/ne/distinfo
index ee70152bc941..abac57fe60fd 100644
--- a/editors/ne/distinfo
+++ b/editors/ne/distinfo
@@ -1,2 +1,2 @@
-MD5 (ne-1.40.tar.gz) = 7fbbc0268dbcadfa6391670166c765f6
-SIZE (ne-1.40.tar.gz) = 1127279
+MD5 (ne-1.41.tar.gz) = 023e68d23a6216e89737ff2b6996aa77
+SIZE (ne-1.41.tar.gz) = 1132970