diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-05 08:57:29 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-05 08:57:29 +0000 |
commit | 8ad291c33e7fff3167d68403a3fa605b894b3792 (patch) | |
tree | c758c47a3a2a9bc64ea4dc92db5a617606c7b553 /palm/pilot-link-devel/Makefile | |
parent | cf409acd74309a45ab46baa1a0f65faa1b8eee0c (diff) | |
download | ports-8ad291c33e7fff3167d68403a3fa605b894b3792.tar.gz ports-8ad291c33e7fff3167d68403a3fa605b894b3792.zip |
Notes
Diffstat (limited to 'palm/pilot-link-devel/Makefile')
-rw-r--r-- | palm/pilot-link-devel/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile index 6305881158ea..8cf6f2c55803 100644 --- a/palm/pilot-link-devel/Makefile +++ b/palm/pilot-link-devel/Makefile @@ -7,9 +7,9 @@ PORTNAME= pilot-link PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= palm comms tk83 -MASTER_SITES= http://www.gnu-designs.com/pilot-link/source/ +MASTER_SITES= http://www.pilot-link.org/source/ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= dima@freebsd.org @@ -28,6 +28,7 @@ MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \ MAN7= pilot-link.7 CFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ARGS= --with-perl5=${PERL5} --with-libiconv=${LOCALBASE} post-patch: # FreeBSD installs -lgiconv instead of -liconv. Patch configure. @@ -47,8 +48,3 @@ post-install: @${CHMOD} 750 ${PREFIX}/etc/rc.d/pilot-link.sh .include <bsd.port.mk> - -# Leave this here -- we need to override the default CONFIGURE_ARGS. -CONFIGURE_ARGS= --with-perl5=${PERL5} --with-libiconv=${LOCALBASE} \ - --prefix=${PREFIX}/pilot ${CONFIGURE_TARGET} \ - --mandir=${PREFIX}/man |