diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-10 07:17:34 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-10 07:17:34 +0000 |
commit | 0a58d288bc53d584d9d35f153c567977d9edb98e (patch) | |
tree | 648cf75483c19dfbdb6c6cac9ed459317e2a79ef /palm/jpilot | |
parent | bc6a666a492e2f9b09357b24aef6e55a39537c8e (diff) | |
download | ports-0a58d288bc53d584d9d35f153c567977d9edb98e.tar.gz ports-0a58d288bc53d584d9d35f153c567977d9edb98e.zip |
Notes
Diffstat (limited to 'palm/jpilot')
-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 68fbdb147783..fab0b52b9559 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -10,10 +10,10 @@ PORTNAME= jpilot PORTVERSION= 0.99.6 PORTREVISION= 1 CATEGORIES+= palm comms -MASTER_SITES= http://downloads.jpilot.org/ +MASTER_SITES= http://jpilot.org/ MAINTAINER?= varju@webct.com -COMMENT?= Desktop Organizer Software for the Palm Pilot +COMMENT= Desktop Organizer Software for the Palm Pilot LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link \ intl.5:${PORTSDIR}/devel/gettext @@ -24,7 +24,7 @@ INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/jpilot/plugins CONFIGURE_ARGS+= --with-pilot-prefix=${PREFIX} CFLAGS+= -I${PREFIX}/include -CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib" +CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib" MAN1= jpilot-sync.1 jpilot.1 |