summaryrefslogtreecommitdiff
path: root/japanese/netscape4-navigator
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-12-01 03:06:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-12-01 03:06:49 +0000
commit555a3ebe6cdf7d9691773cd13c13503ad2fdffae (patch)
tree8b731a32ebffa1cf00831def0cd323e7ac45f8c5 /japanese/netscape4-navigator
parentAdd 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.)
Notes
Notes: svn path=/head/; revision=14974
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 69e11d3156bd..0c70da6c6910 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"