diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-18 00:21:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-18 00:21:55 +0000 |
commit | d69de4b49e96588f49d789560a446f98058321a3 (patch) | |
tree | d726bb3a18ae22701de58854f8fe497057469dc9 /time/ical/Makefile | |
parent | 714d2c98a141ac21eaeda810a0d19252b2026ec2 (diff) | |
download | pkgsrc-d69de4b49e96588f49d789560a446f98058321a3.tar.gz |
Update to 2.2.1. Changelog not available. New maintainer.
Diffstat (limited to 'time/ical/Makefile')
-rw-r--r-- | time/ical/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/time/ical/Makefile b/time/ical/Makefile index 18a95582878..e969662517d 100644 --- a/time/ical/Makefile +++ b/time/ical/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 23:32:10 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/18 00:21:55 wiz Exp $ # $FreeBSD Id: Makefile,v 1.15 1998/02/07 22:59:16 hoek Exp # -DISTNAME= ical-2.2 +DISTNAME= ical-2.2.1 CATEGORIES= time -MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/icalbins/ +MASTER_SITES= http://members.nbci.com/majahj/ical/ MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/ +HOMEPAGE= http://members.nbci.com/majahj/ical/ DEPENDS+= tk>=8.3.2:../../x11/tk @@ -18,7 +18,4 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-tclsh=${PREFIX}/bin/tclsh \ --with-tkconfig=${PREFIX}/lib -post-install: - @strip ${PREFIX}/bin/${DISTNAME} - .include "../../mk/bsd.pkg.mk" |