summaryrefslogtreecommitdiff
path: root/palm/jpilot/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-01 19:03:55 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-01 19:03:55 +0000
commit398056e2cb5027976ab4cac1bcd5ac3002709d93 (patch)
treeaceea7297ad5064a540438070bc0eec4cb58bf2f /palm/jpilot/Makefile
parent- Fix build against rerolled tarball (diff)
- Update to 0.99.7 [1]
- While here, use ${DOCSDIR} to silence portlint a bit PR: ports/63560 Submitted by: Alex Varju <varju@webct.com> (maintainer)
Notes
Notes: svn path=/head/; revision=102669
Diffstat (limited to 'palm/jpilot/Makefile')
-rw-r--r--palm/jpilot/Makefile47
1 files changed, 23 insertions, 24 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile
index e6b525580282..acbde52bb3cf 100644
--- a/palm/jpilot/Makefile
+++ b/palm/jpilot/Makefile
@@ -7,8 +7,7 @@
# "?=" and "+=" are for including this Makefile from japanese/jpilot
PORTNAME= jpilot
-PORTVERSION= 0.99.6
-PORTREVISION= 2
+PORTVERSION= 0.99.7
CATEGORIES+= palm comms
MASTER_SITES= http://jpilot.org/
@@ -55,28 +54,28 @@ post-install:
${CP} ${WRKSRC}/jpilotrc.purple ${PREFIX}/share/jpilot
${CP} ${WRKSRC}/jpilotrc.steel ${PREFIX}/share/jpilot
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/docs/manual.html ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/docs/plugin.html ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/BUGS ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/COPYING ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/README ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/TODO ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/UPGRADING ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/docs/jpilot-address.png ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/docs/jpilot-datebook.png ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/docs/jpilot-expense.png ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/docs/jpilot-install.png ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/docs/jpilot-memo.png ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/docs/jpilot-prefs.png ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/docs/jpilot-print.png ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/docs/jpilot-search.png ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/docs/jpilot-todo.png ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/docs/jpilot-toplogo.jpg ${PREFIX}/share/doc/jpilot
- ${CP} ${WRKSRC}/icons/README ${PREFIX}/share/doc/jpilot/README.icons
+ ${MKDIR} ${DOCSDIR}
+ ${CP} ${WRKSRC}/docs/manual.html ${DOCSDIR}
+ ${CP} ${WRKSRC}/docs/plugin.html ${DOCSDIR}
+ ${CP} ${WRKSRC}/AUTHORS ${DOCSDIR}
+ ${CP} ${WRKSRC}/BUGS ${DOCSDIR}
+ ${CP} ${WRKSRC}/COPYING ${DOCSDIR}
+ ${CP} ${WRKSRC}/ChangeLog ${DOCSDIR}
+ ${CP} ${WRKSRC}/INSTALL ${DOCSDIR}
+ ${CP} ${WRKSRC}/README ${DOCSDIR}
+ ${CP} ${WRKSRC}/TODO ${DOCSDIR}
+ ${CP} ${WRKSRC}/UPGRADING ${DOCSDIR}
+ ${CP} ${WRKSRC}/docs/jpilot-address.png ${DOCSDIR}
+ ${CP} ${WRKSRC}/docs/jpilot-datebook.png ${DOCSDIR}
+ ${CP} ${WRKSRC}/docs/jpilot-expense.png ${DOCSDIR}
+ ${CP} ${WRKSRC}/docs/jpilot-install.png ${DOCSDIR}
+ ${CP} ${WRKSRC}/docs/jpilot-memo.png ${DOCSDIR}
+ ${CP} ${WRKSRC}/docs/jpilot-prefs.png ${DOCSDIR}
+ ${CP} ${WRKSRC}/docs/jpilot-print.png ${DOCSDIR}
+ ${CP} ${WRKSRC}/docs/jpilot-search.png ${DOCSDIR}
+ ${CP} ${WRKSRC}/docs/jpilot-todo.png ${DOCSDIR}
+ ${CP} ${WRKSRC}/docs/jpilot-toplogo.jpg ${DOCSDIR}
+ ${CP} ${WRKSRC}/icons/README ${DOCSDIR}/README.icons
.endif
.include <bsd.port.mk>