diff options
author | pav <pav@FreeBSD.org> | 2005-11-04 04:23:58 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-04 04:23:58 +0800 |
commit | 2c7d0faeef37dc7b7674201e24601bdfa7808e0b (patch) | |
tree | 9aadb1b12dfb89281196136fdafa711135eb81e3 /palm/jpilot/Makefile | |
parent | 5d64dafc338e6eb9be410a781a4a4d913a7033b2 (diff) | |
download | freebsd-ports-gnome-2c7d0faeef37dc7b7674201e24601bdfa7808e0b.tar.gz freebsd-ports-gnome-2c7d0faeef37dc7b7674201e24601bdfa7808e0b.tar.zst freebsd-ports-gnome-2c7d0faeef37dc7b7674201e24601bdfa7808e0b.zip |
- Update to 0.99.8
PR: ports/88381
Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
Diffstat (limited to 'palm/jpilot/Makefile')
-rw-r--r-- | palm/jpilot/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index 6c91943e499b..4b379d866a27 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.7 -PORTREVISION= 3 +PORTVERSION= 0.99.8 CATEGORIES+= palm comms MASTER_SITES= http://jpilot.org/ @@ -19,7 +18,7 @@ LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link USE_X_PREFIX= yes USE_GNOME= gnomehier -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/jpilot/plugins CFLAGS+= -I${LOCALBASE}/include @@ -43,7 +42,7 @@ USE_GNOME+= gtk20 CONFIGURE_ARGS+= --enable-gtk2=yes .endif -MAN1= jpilot-sync.1 jpilot.1 +MAN1= jpilot-dial.1 jpilot-dump.1 jpilot-sync.1 jpilot.1 .if !defined(NOPORTDOCS) PORTDOCS= * @@ -54,6 +53,8 @@ post-install: ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${PREFIX}/lib/jpilot -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} + ${INSTALL_MAN} ${WRKSRC}/docs/jpilot-dial.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/jpilot-dump.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/docs/jpilot-sync.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/docs/jpilot.1 ${PREFIX}/man/man1 @${MKDIR} ${DATADIR}/icons |