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/w3 | |
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/w3')
-rw-r--r-- | japanese/w3/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/japanese/w3/Makefile b/japanese/w3/Makefile index 05fdfbb..f8ba723 100644 --- a/japanese/w3/Makefile +++ b/japanese/w3/Makefile @@ -3,13 +3,11 @@ # Date created: 31 December 1996 # Whom: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.5 1997/09/14 21:36:20 max Exp $ +# $Id: Makefile,v 1.6 1998/11/14 02:18:26 kuriyama Exp $ # PKGNAME= ja-w3-2.2.26 CATEGORIES= www japanese elisp -FILESDIR= ${.CURDIR}/../../www/w3/files -PATCHDIR= ${.CURDIR}/../../www/w3/patches # Don't RUN_DEPENDS on mule because we don't know which version the # user would want. We can't omit the BUILD_DEPENDS because it needs @@ -20,4 +18,7 @@ RUN_DEPENDS= EMACSCMD= mule ELISPDIR= ${PREFIX}/lib/mule/site-lisp -.include "${.CURDIR}/../../www/w3/Makefile" +MASTERDIR= ${.CURDIR}/../../www/w3 +PKGDIR= ${.CURDIR}/pkg + +.include "${MASTERDIR}/Makefile" |