diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-15 14:10:50 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-15 14:10:50 +0800 |
commit | 0e8f7bdd42c4e6c81eb13594834e509a7d0c8dca (patch) | |
tree | f7d3df398ec61cd281bca3cb0cff322e279631ac /palm/jpilot/Makefile | |
parent | 3b65dea9bdf8e5f50c1fd4c78f5fdfb48e111d66 (diff) | |
download | freebsd-ports-gnome-0e8f7bdd42c4e6c81eb13594834e509a7d0c8dca.tar.gz freebsd-ports-gnome-0e8f7bdd42c4e6c81eb13594834e509a7d0c8dca.tar.zst freebsd-ports-gnome-0e8f7bdd42c4e6c81eb13594834e509a7d0c8dca.zip |
update palm/jpilot: 0.99.5 -> 0.99.6
PR: 54479
Submitted by: Alex Varju <varju@webct.com> (maintainer)
Diffstat (limited to 'palm/jpilot/Makefile')
-rw-r--r-- | palm/jpilot/Makefile | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index 34041cedef81..274d47c7f0b6 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -7,7 +7,7 @@ # "?=" and "+=" are for including this Makefile from japanese/jpilot PORTNAME= jpilot -PORTVERSION= 0.99.5 +PORTVERSION= 0.99.6 CATEGORIES+= palm comms MASTER_SITES= http://jpilot.org/ @@ -25,11 +25,10 @@ CONFIGURE_ARGS+= --with-pilot-prefix=${PREFIX} CFLAGS+= -I${PREFIX}/include CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib" -MAN1= jpilot-sync.1 jpilot.1 jpilot-dump.1 +MAN1= jpilot-sync.1 jpilot.1 post-install: ${MKDIR} ${PREFIX}/man/man1 - ${CP} ${WRKSRC}/docs/jpilot-dump.1 ${PREFIX}/man/man1 ${CP} ${WRKSRC}/docs/jpilot-sync.1 ${PREFIX}/man/man1 ${CP} ${WRKSRC}/docs/jpilot.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/jpilot/icons @@ -37,6 +36,17 @@ post-install: ${CP} ${WRKSRC}/icons/jpilot-icon2.xpm ${PREFIX}/share/jpilot/icons ${CP} ${WRKSRC}/icons/jpilot-icon3.xpm ${PREFIX}/share/jpilot/icons ${CP} ${WRKSRC}/icons/jpilot-icon4.xpm ${PREFIX}/share/jpilot/icons + ${CP} ${WRKSRC}/empty/AddressDB.pdb ${PREFIX}/share/jpilot + ${CP} ${WRKSRC}/empty/DatebookDB.pdb ${PREFIX}/share/jpilot + ${CP} ${WRKSRC}/empty/ExpenseDB.pdb ${PREFIX}/share/jpilot + ${CP} ${WRKSRC}/empty/Memo32DB.pdb ${PREFIX}/share/jpilot + ${CP} ${WRKSRC}/empty/MemoDB.pdb ${PREFIX}/share/jpilot + ${CP} ${WRKSRC}/empty/ToDoDB.pdb ${PREFIX}/share/jpilot + ${CP} ${WRKSRC}/jpilotrc.blue ${PREFIX}/share/jpilot + ${CP} ${WRKSRC}/jpilotrc.default ${PREFIX}/share/jpilot + ${CP} ${WRKSRC}/jpilotrc.green ${PREFIX}/share/jpilot + ${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 |