diff options
author | asami <asami@FreeBSD.org> | 2000-10-09 21:10:22 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-09 21:10:22 +0000 |
commit | ce37708a18a5c3098caa12d79e548d1e32b8f112 (patch) | |
tree | 29e683b042e4346dda2fbd14e1b79b76943c3de8 | |
parent | ec67d232f4b3f2d8ad58996cf671da8aff235a9f (diff) | |
download | FreeBSD-ports-ce37708a18a5c3098caa12d79e548d1e32b8f112.zip FreeBSD-ports-ce37708a18a5c3098caa12d79e548d1e32b8f112.tar.gz |
Define MD5_FILE=${SUBMASTERDIR}/distinfo, FILESDIR is not enough.
This fixes all the ja-netscape-*-4.75 ports.
-rw-r--r-- | japanese/netscape47-communicator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/netscape47-communicator/Makefile b/japanese/netscape47-communicator/Makefile index c2adcd3..bb30c7d 100644 --- a/japanese/netscape47-communicator/Makefile +++ b/japanese/netscape47-communicator/Makefile @@ -14,6 +14,7 @@ SUBMASTERDIR= ${.CURDIR}/../netscape${BROWSER_VER}-communicator FILESDIR= ${SUBMASTERDIR}/files PATCHDIR= ${SUBMASTERDIR}/files PKGDIR= ${SUBMASTERDIR} +MD5_FILE= ${SUBMASTERDIR}/distinfo BROWSER_VER= 47 BROWSER_VERSION= 4.75 |