diff options
author | asami <asami@FreeBSD.org> | 1998-08-08 08:20:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-08 08:20:20 +0800 |
commit | 63ac61d63e1b81836dbb18b11106c76b7ffa5a6a (patch) | |
tree | 1dd67b9845e199035dbe7aa334d62e7e8056a4ee /japanese/plan | |
parent | 0a2033eb6a2a84ae261ad4027878a6edbcbbf17e (diff) | |
download | freebsd-ports-graphics-63ac61d63e1b81836dbb18b11106c76b7ffa5a6a.tar.gz freebsd-ports-graphics-63ac61d63e1b81836dbb18b11106c76b7ffa5a6a.tar.zst freebsd-ports-graphics-63ac61d63e1b81836dbb18b11106c76b7ffa5a6a.zip |
ical and plan are now in deskutils.
Diffstat (limited to 'japanese/plan')
-rw-r--r-- | japanese/plan/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/japanese/plan/Makefile b/japanese/plan/Makefile index 8b11cc2cad7..29052be48cb 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 |