diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-01-20 10:18:17 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-01-20 10:18:17 +0800 |
commit | b2de66ce9f1014ecda1e0f4e87233d0f110c78cb (patch) | |
tree | 6bec95dd13126a1bb5abab4b7de54938553c190b /palm/jpilot/Makefile | |
parent | e0435c74780a6e7fdc68051aeb123bab965201b5 (diff) | |
download | freebsd-ports-gnome-b2de66ce9f1014ecda1e0f4e87233d0f110c78cb.tar.gz freebsd-ports-gnome-b2de66ce9f1014ecda1e0f4e87233d0f110c78cb.tar.zst freebsd-ports-gnome-b2de66ce9f1014ecda1e0f4e87233d0f110c78cb.zip |
Upgrade to 0.99.4
PR: ports/47033
Submitted by: Alex Varju <varju@webct.com> (maintianer)
Diffstat (limited to 'palm/jpilot/Makefile')
-rw-r--r-- | palm/jpilot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index 234da28fbb4c..f953a0af52ef 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.3 +PORTVERSION= 0.99.4 CATEGORIES+= palm comms MASTER_SITES= http://jpilot.org/ @@ -25,12 +25,12 @@ 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-upgrade-99.1 jpilot.1 +MAN1= jpilot-sync.1 jpilot.1 jpilot-dump.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-upgrade-99.1 ${PREFIX}/man/man1 ${CP} ${WRKSRC}/docs/jpilot.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/jpilot/icons ${CP} ${WRKSRC}/icons/jpilot-icon1.xpm ${PREFIX}/share/jpilot/icons |