diff options
author | krion <krion@FreeBSD.org> | 2003-10-10 15:17:34 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-10 15:17:34 +0800 |
commit | 1125d864d2aaa91859a3e3c35f7bb15f5d413bc9 (patch) | |
tree | 58014f33524918caf18e94f419e47ef9fd883805 /palm/jpilot | |
parent | 2961ff6cf96dac87aae81bac4eced1133f3b2dad (diff) | |
download | freebsd-ports-gnome-1125d864d2aaa91859a3e3c35f7bb15f5d413bc9.tar.gz freebsd-ports-gnome-1125d864d2aaa91859a3e3c35f7bb15f5d413bc9.tar.zst freebsd-ports-gnome-1125d864d2aaa91859a3e3c35f7bb15f5d413bc9.zip |
- Fix MASTER_SITES
PR: 57816
Submitted by: maintainer
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 |