diff options
author | obrien <obrien@FreeBSD.org> | 1998-02-20 04:44:06 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-02-20 04:44:06 +0800 |
commit | 0d001efdb520b0e4852edea3ea07711ee3522e95 (patch) | |
tree | 06afafa786da9e1d4a22d57bf871977c62c59203 /finance | |
parent | aa68f6a6828da834f00695d881bf0653d8139068 (diff) | |
download | freebsd-ports-gnome-0d001efdb520b0e4852edea3ea07711ee3522e95.tar.gz freebsd-ports-gnome-0d001efdb520b0e4852edea3ea07711ee3522e95.tar.zst freebsd-ports-gnome-0d001efdb520b0e4852edea3ea07711ee3522e95.zip |
`wishpath' was incorrectly specified.
cbb uses `ical' for its calander, so run depend on it.
(could easily be changed to plan for those that perfer it)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/cbb/Makefile | 10 | ||||
-rw-r--r-- | finance/cbb/files/patch-01 | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/finance/cbb/Makefile b/finance/cbb/Makefile index f6b7e846336f..bee23bb75530 100644 --- a/finance/cbb/Makefile +++ b/finance/cbb/Makefile @@ -3,7 +3,7 @@ # Date created: 14 September, 1997 # Whom: kline # -# $Id: Makefile,v 1.1 1997/09/03 22:56:51 kline Exp kline $ +# $Id: Makefile,v 1.1.1.1 1997/10/11 04:13:38 obrien Exp $ # DISTNAME= cbb-0.73 @@ -13,15 +13,17 @@ MASTER_SITES= ftp://ftp.me.umn.edu/pub/finance/ \ MAINTAINER= kline@thought.org -RUN_DEPENDS= wish4.2:${PORTSDIR}/x11/tk42 +# extern.conf could easily be patched to use `plan' over `ical' +RUN_DEPENDS= wish4.2:${PORTSDIR}/x11/tk42 \ + ical:${PORTSDIR}/misc/ical LIB_DEPENDS= tk42\\.1\\.:${PORTSDIR}/x11/tk42 NO_BUILD= yes USE_PERL5= yes pre-configure: - @${MV} ${WRKSRC}/install.pl ${WRKSRC}/install.pl.in - @${SED} -e "s:/usr/local:${PREFIX}:" -e "s:lib/cbb:share/cbb:" \ + ${MV} ${WRKSRC}/install.pl ${WRKSRC}/install.pl.in + ${SED} -e "s:/usr/local:${PREFIX}:" -e "s:lib/cbb:share/cbb:" \ ${WRKSRC}/install.pl.in > ${WRKSRC}/install.pl .include <bsd.port.mk> diff --git a/finance/cbb/files/patch-01 b/finance/cbb/files/patch-01 index 2cdc0f6e8e39..f3afa97b8a2c 100644 --- a/finance/cbb/files/patch-01 +++ b/finance/cbb/files/patch-01 @@ -14,7 +14,7 @@ install: - $(PERL) install.pl + $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/share/cbb \ -+ --perlpath ${PREFIX}/bin/perl --wishpath ${PREFIX}/bin/ ++ --perlpath ${PREFIX}/bin/perl --wishpath ${PREFIX}/bin/wish4.2 docs/cbb-man.dvi: docs/cbb-man.tex (cd docs; \ |