diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 1999-11-11 22:40:41 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 1999-11-11 22:40:41 +0000 |
commit | eabad21ebe73f05805b1394cac05c5a5ac360199 (patch) | |
tree | 25c0c16a392b177f866c0927c18f527f17acaac5 /palm | |
parent | 2bd1eb4e1815764ee11e1ff39c3e521a7136a2ef (diff) | |
download | ports-eabad21ebe73f05805b1394cac05c5a5ac360199.tar.gz ports-eabad21ebe73f05805b1394cac05c5a5ac360199.zip |
Notes
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 |