diff options
author | sumikawa <sumikawa@FreeBSD.org> | 1999-11-12 06:40:41 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 1999-11-12 06:40:41 +0800 |
commit | 6b29f4ba75f82c857403f1f579743dcb223cdcff (patch) | |
tree | 869ed429707689050ad54207d788d577d14a394a /palm | |
parent | 4c8c36a8ea2f840dbc249a02629d3f68330f04ba (diff) | |
download | freebsd-ports-gnome-6b29f4ba75f82c857403f1f579743dcb223cdcff.tar.gz freebsd-ports-gnome-6b29f4ba75f82c857403f1f579743dcb223cdcff.tar.zst freebsd-ports-gnome-6b29f4ba75f82c857403f1f579743dcb223cdcff.zip |
upgrade to 0.96.
PR: 14825
Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de>
Diffstat (limited to 'palm')
-rw-r--r-- | palm/jpilot/Makefile | 14 | ||||
-rw-r--r-- | palm/jpilot/distinfo | 5 | ||||
-rw-r--r-- | palm/jpilot/pkg-plist | 2 |
3 files changed, 9 insertions, 12 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index d62967ba48c6..4436508e7dd4 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: jpilot -# Version required: 0.95 +# Version required: 0.96 # Date created: 23 August 1999 # Whom: Alex Varju <varju@webct.com> # @@ -7,15 +7,10 @@ # # "?=" and "+=" are for including this Makefile from japanese/jpilot -DISTNAME= jpilot-0.95 +DISTNAME= jpilot-0.96 CATEGORIES= palm comms MASTER_SITES= http://jpilot.linuxbox.com/ -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= patch-1-datebook-0.95 \ - patch-1-todo-0.95 \ - patch-1-todo_gui-0.95 - MAINTAINER?= varju@webct.com LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \ @@ -27,6 +22,9 @@ CONFIGURE_ARGS+=--with-pilot-prefix=${PREFIX} CONFIGURE_ENV+= GTK_CONFIG=${X11BASE}/bin/gtk12-config post-install: - @strip ${PREFIX}/bin/jpilot +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/jpilot + ${CP} ${WRKSRC}/docs/plugin.html ${PREFIX}/share/doc/jpilot +.endif .include <bsd.port.mk> diff --git a/palm/jpilot/distinfo b/palm/jpilot/distinfo index edbee7ea51b0..08686ec988b1 100644 --- a/palm/jpilot/distinfo +++ b/palm/jpilot/distinfo @@ -1,4 +1 @@ -MD5 (jpilot-0.95.tar.gz) = f3bc8ca69e73a83e849d325f1746edf6 -MD5 (patch-1-datebook-0.95) = 4a5e9248c1d125f8e9282ee935cd2f98 -MD5 (patch-1-todo-0.95) = 375911e05bb9b65610d5209794ff255b -MD5 (patch-1-todo_gui-0.95) = 4b636150f90a646e30ca919728262b05 +MD5 (jpilot-0.96.tar.gz) = 28d98fabe4ebc84be294855289daaf64 diff --git a/palm/jpilot/pkg-plist b/palm/jpilot/pkg-plist index 475dcaf819a9..81933ef6fc3d 100644 --- a/palm/jpilot/pkg-plist +++ b/palm/jpilot/pkg-plist @@ -8,4 +8,6 @@ share/jpilot/DatebookDB.pdb share/jpilot/AddressDB.pdb share/jpilot/ToDoDB.pdb share/jpilot/MemoDB.pdb +share/doc/jpilot/plugin.html @dirrm share/jpilot +@dirrm share/doc/jpilot |