diff options
Diffstat (limited to 'japanese/ewipe/Makefile')
-rw-r--r-- | japanese/ewipe/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/japanese/ewipe/Makefile b/japanese/ewipe/Makefile index 1a513c6faabd..7016285e081d 100644 --- a/japanese/ewipe/Makefile +++ b/japanese/ewipe/Makefile @@ -3,19 +3,17 @@ # Date created: 17 October 1997 # Whom: itojun@itojun.org # -# $Id: Makefile,v 1.11 1998/03/04 06:18:54 itojun Exp $ +# $Id: Makefile,v 1.12 1998/04/12 02:22:02 itojun Exp $ # -# can't use PORTSDIR here, since we haven't included bsd.port.mk -FILESDIR= ${.CURDIR}/../../misc/ewipe/files -PKGDIR= ${.CURDIR}/../../misc/ewipe/pkg -SCRIPTDIR= ${.CURDIR}/../../misc/ewipe/scripts +MASTERDIR= ${.CURDIR}/../../misc/ewipe +PATCHDIR= ${.CURDIR}/patches COMMENT= ${.CURDIR}/pkg/COMMENT PKGNAME= ja-ewipe-1.0.0 KANJI= yes -.include <${.CURDIR}/../../misc/ewipe/Makefile> +.include "${MASTERDIR}/Makefile" CATEGORIES= japanese misc tk42 |