diff options
author | asami <asami@FreeBSD.org> | 1998-12-01 03:06:49 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-01 03:06:49 +0000 |
commit | c7a8a8ec7d045d5d6d4ee8f456963383f487af12 (patch) | |
tree | f75c559bb5a68ac07921a23a309ad2d01841ac7a /japanese/xemacs21-canna | |
parent | 18fdad96609d20643801ba5c91e8ad8838e01c45 (diff) | |
download | FreeBSD-ports-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.zip FreeBSD-ports-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.tar.gz |
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.)
Diffstat (limited to 'japanese/xemacs21-canna')
-rw-r--r-- | japanese/xemacs21-canna/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/japanese/xemacs21-canna/Makefile b/japanese/xemacs21-canna/Makefile index 0aa2c0a..a7472e8 100644 --- a/japanese/xemacs21-canna/Makefile +++ b/japanese/xemacs21-canna/Makefile @@ -3,11 +3,14 @@ # Date created: 5 Dec 1997 # Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/26 15:06:06 kuriyama Exp $ # PKGNAME?= ja-xemacs-canna-20.4 CANNA= yes -.include "${.CURDIR}/../../japanese/xemacs/Makefile" +MASTERDIR= ${.CURDIR}/../../japanese/xemacs +PKGDIR= ${.CURDIR}/pkg + +.include "${MASTERDIR}/Makefile" |