diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 15:21:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 15:21:03 +0800 |
commit | 35fe284ad7116535433a834a6601f7f70b3362bd (patch) | |
tree | 8128c8881d4fcad90b705b805564232ed39a1194 /korean | |
parent | 037dd970b63b1e618d70427f7a656d98df320f6d (diff) | |
download | freebsd-ports-gnome-35fe284ad7116535433a834a6601f7f70b3362bd.tar.gz freebsd-ports-gnome-35fe284ad7116535433a834a6601f7f70b3362bd.tar.zst freebsd-ports-gnome-35fe284ad7116535433a834a6601f7f70b3362bd.zip |
Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to
.) and other pkg variables if they are nearby.
Diffstat (limited to 'korean')
-rw-r--r-- | korean/netscape47-communicator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/netscape47-communicator/Makefile b/korean/netscape47-communicator/Makefile index cbfde9ca05f3..d640ba509a67 100644 --- a/korean/netscape47-communicator/Makefile +++ b/korean/netscape47-communicator/Makefile @@ -8,8 +8,8 @@ MASTERDIR= ${.CURDIR}/../netscape4-communicator SUBMASTERDIR= ${.CURDIR}/../netscape${BROWSER_VER}-communicator FILESDIR= ${SUBMASTERDIR}/files -PATCHDIR= ${SUBMASTERDIR}/patches -PKGDIR= ${SUBMASTERDIR}/pkg +PATCHDIR= ${SUBMASTERDIR}/files +PKGDIR= ${SUBMASTERDIR} BROWSER_VER= 47 BROWSER_VERSION= 4.75 |