aboutsummaryrefslogtreecommitdiff
path: root/palm/pilot-link-devel/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-01-08 21:18:33 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-01-08 21:18:33 +0000
commit0b4c51873323ae1192760fc2f37b47117f13ded0 (patch)
tree3be74d27e3a6fa49535cfa28e04c79bdf7a13dbe /palm/pilot-link-devel/Makefile
parentd9eb6b3687ba74c9bfd847aad90d02613617c2e5 (diff)
downloadports-0b4c51873323ae1192760fc2f37b47117f13ded0.tar.gz
ports-0b4c51873323ae1192760fc2f37b47117f13ded0.zip
- Don't install useless now ${PREFIX}/etc/rc.d/pilot-link.sh. Bump
PORTREVISION; - s/freebsd\.org/FreeBSD.org/ while I'm here.
Notes
Notes: svn path=/head/; revision=52772
Diffstat (limited to 'palm/pilot-link-devel/Makefile')
-rw-r--r--palm/pilot-link-devel/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile
index 8cf6f2c55803..473b1aaacab5 100644
--- a/palm/pilot-link-devel/Makefile
+++ b/palm/pilot-link-devel/Makefile
@@ -1,18 +1,18 @@
# New ports collection makefile for: pilot-link
# Date created: November, 1997
-# Whom: Paul Traina <pst@freebsd.org>
+# Whom: Paul Traina <pst@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pilot-link
PORTVERSION= 0.9.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= palm comms tk83
MASTER_SITES= http://www.pilot-link.org/source/
DISTNAME= ${PORTNAME}.${PORTVERSION}
-MAINTAINER= dima@freebsd.org
+MAINTAINER= dima@FreeBSD.org
LIB_DEPENDS= tk83:${PORTSDIR}/x11-toolkits/tk83 \
giconv:${PORTSDIR}/converters/libiconv
@@ -42,9 +42,4 @@ post-patch:
# we'll start using -lgnugetopt. No need for this files:
${RM} -f ${WRKSRC}/getopt*
-post-install:
- @${SED} "s|%%PREFIX%%|${PREFIX}/pilot|g" < ${FILESDIR}/pilot-link.sh \
- > ${PREFIX}/etc/rc.d/pilot-link.sh
- @${CHMOD} 750 ${PREFIX}/etc/rc.d/pilot-link.sh
-
.include <bsd.port.mk>