diff options
-rw-r--r-- | deskutils/cbb/Makefile | 4 | ||||
-rw-r--r-- | finance/cbb/Makefile | 4 | ||||
-rw-r--r-- | japanese/plan/Makefile | 16 |
3 files changed, 12 insertions, 12 deletions
diff --git a/deskutils/cbb/Makefile b/deskutils/cbb/Makefile index 2eaa144e6a61..d78e7346ce9a 100644 --- a/deskutils/cbb/Makefile +++ b/deskutils/cbb/Makefile @@ -3,7 +3,7 @@ # Date created: 14 September, 1997 # Whom: kline # -# $Id: Makefile,v 1.4 1998/08/07 22:17:52 asami Exp $ +# $Id: Makefile,v 1.5 1998/08/07 23:56:13 asami Exp $ # DISTNAME= cbb-0.73 @@ -15,7 +15,7 @@ MAINTAINER= kline@thought.org # extern.conf could easily be patched to use `plan' over `ical' RUN_DEPENDS= wish4.2:${PORTSDIR}/x11-toolkits/tk42 \ - ical:${PORTSDIR}/misc/ical + ical:${PORTSDIR}/deskutils/ical LIB_DEPENDS= tk42\\.1\\.:${PORTSDIR}/x11-toolkits/tk42 NO_BUILD= yes diff --git a/finance/cbb/Makefile b/finance/cbb/Makefile index 2eaa144e6a61..d78e7346ce9a 100644 --- a/finance/cbb/Makefile +++ b/finance/cbb/Makefile @@ -3,7 +3,7 @@ # Date created: 14 September, 1997 # Whom: kline # -# $Id: Makefile,v 1.4 1998/08/07 22:17:52 asami Exp $ +# $Id: Makefile,v 1.5 1998/08/07 23:56:13 asami Exp $ # DISTNAME= cbb-0.73 @@ -15,7 +15,7 @@ MAINTAINER= kline@thought.org # extern.conf could easily be patched to use `plan' over `ical' RUN_DEPENDS= wish4.2:${PORTSDIR}/x11-toolkits/tk42 \ - ical:${PORTSDIR}/misc/ical + ical:${PORTSDIR}/deskutils/ical LIB_DEPENDS= tk42\\.1\\.:${PORTSDIR}/x11-toolkits/tk42 NO_BUILD= yes diff --git a/japanese/plan/Makefile b/japanese/plan/Makefile index 8b11cc2cad7d..29052be48cb5 100644 --- a/japanese/plan/Makefile +++ b/japanese/plan/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Jan 31, 1998 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.1.1.1 1998/01/31 21:59:32 obrien Exp $ +# $Id: Makefile,v 1.2 1998/04/17 18:08:35 obrien Exp $ # #BROKEN= "need JIS libraries in print.c that I do not have" @@ -11,20 +11,20 @@ BROKEN= "doesn't build properly from version 1.7.1" MAKE_ENV+= JAPANESE=yes -.include "${.CURDIR}/../../misc/plan/Makefile" +.include "${.CURDIR}/../../deskutils/plan/Makefile" PKGNAME= ja-${DISTNAME} MAINTAINER= obrien@FreeBSD.org -FILESDIR= ${.CURDIR}/../../misc/plan/files -PATCHDIR= ${.CURDIR}/../../misc/plan/patches -PKGDIR= ${.CURDIR}/../../misc/plan/pkg +FILESDIR= ${.CURDIR}/../../deskutils/plan/files +PATCHDIR= ${.CURDIR}/../../deskutils/plan/patches +PKGDIR= ${.CURDIR}/../../deskutils/plan/pkg pre-install: ${ECHO} "share/doc/plan/plan_calSJ.ps" > ${PKGDIR}/PLIST - ${CAT} ${.CURDIR}/../../misc/plan/pkg/PLIST \ + ${CAT} ${.CURDIR}/../../deskutils/plan/pkg/PLIST \ >> ${PKGDIR}/PLIST - ${CP} ${.CURDIR}/../../misc/plan/pkg/DESCR \ - ${.CURDIR}/../../misc/plan/pkg/COMMENT \ + ${CP} ${.CURDIR}/../../deskutils/plan/pkg/DESCR \ + ${.CURDIR}/../../deskutils/plan/pkg/COMMENT \ ${PKGDIR}/PLIST |