aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/netscape4-navigator
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-12-01 11:06:49 +0800
committerasami <asami@FreeBSD.org>1998-12-01 11:06:49 +0800
commitc7a8a8ec7d045d5d6d4ee8f456963383f487af12 (patch)
treef75c559bb5a68ac07921a23a309ad2d01841ac7a /japanese/netscape4-navigator
parent18fdad96609d20643801ba5c91e8ad8838e01c45 (diff)
downloadfreebsd-ports-graphics-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.tar.gz
freebsd-ports-graphics-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.tar.zst
freebsd-ports-graphics-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.zip
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/netscape4-navigator')
-rw-r--r--japanese/netscape4-navigator/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/japanese/netscape4-navigator/Makefile b/japanese/netscape4-navigator/Makefile
index 69e11d3156b..0c70da6c691 100644
--- a/japanese/netscape4-navigator/Makefile
+++ b/japanese/netscape4-navigator/Makefile
@@ -3,16 +3,15 @@
# Date created: 13 Mar 1998
# Whom: sada
#
-# $Id: Makefile,v 1.5 1998/10/09 04:22:20 asami Exp $
+# $Id: Makefile,v 1.6 1998/10/09 22:27:52 asami Exp $
#
MAINTAINER= sada@e-mail.ne.jp
-FILESDIR= ${MASTER_DIR}/files
-PATCHDIR= ${MASTER_DIR}/patches
+MASTERDIR= ${.CURDIR}/../netscape4-communicator
+PKGDIR= ${.CURDIR}/pkg
BROWSER_NAME= navigator
MANFILE= ${.CURDIR}/files/${MAN1}
-MASTER_DIR= ${.CURDIR}/../netscape4-communicator
-.include "${MASTER_DIR}/Makefile"
+.include "${MASTERDIR}/Makefile"