summaryrefslogtreecommitdiff
path: root/palm/pilot-link/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-01-05 08:57:29 +0000
committerWill Andrews <will@FreeBSD.org>2002-01-05 08:57:29 +0000
commit8ad291c33e7fff3167d68403a3fa605b894b3792 (patch)
treec758c47a3a2a9bc64ea4dc92db5a617606c7b553 /palm/pilot-link/Makefile
parentUpdate to 0.3.32 and hand over maintainership to submitter (diff)
Make pilot-link install directly into PREFIX. This should allow
pilot-link and all dependents to build correctly on bento.
Notes
Notes: svn path=/head/; revision=52598
Diffstat (limited to 'palm/pilot-link/Makefile')
-rw-r--r--palm/pilot-link/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile
index 6305881158ea..8cf6f2c55803 100644
--- a/palm/pilot-link/Makefile
+++ b/palm/pilot-link/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