diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-01 03:06:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-01 03:06:49 +0000 |
commit | 555a3ebe6cdf7d9691773cd13c13503ad2fdffae (patch) | |
tree | 8b731a32ebffa1cf00831def0cd323e7ac45f8c5 /japanese/ewipe | |
parent | b84358bd6074f63917e478c7ba7a1f10f37db466 (diff) |
Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote
that the port otherwise uses files from another port. (Note: support
for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
Notes
Notes:
svn path=/head/; revision=14974
Diffstat (limited to 'japanese/ewipe')
-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 |