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/w3 | |
parent | Add dependency to xpm. (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.)
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 05fdfbb4895f..f8ba7238964e 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" |