diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2000-06-25 13:28:20 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2000-06-25 13:28:20 +0000 |
commit | 674054d9f1d9e5b148a6844a04e6aaa0822cad7d (patch) | |
tree | fe0aae4e033a08e06735a0cd240b8268dcdcf983 /korean/netscape4-navigator | |
parent | For new linux-netscape-*, more generalization added. (diff) |
remove files/ and pkg/ dir for more generalization.
in fact these files are just a duplicate or slightly modified files
of netscape4-communicator/*.
Diffstat (limited to 'korean/netscape4-navigator')
-rw-r--r-- | korean/netscape4-navigator/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/korean/netscape4-navigator/Makefile b/korean/netscape4-navigator/Makefile index afa40ec4c346..0b4f708f1fef 100644 --- a/korean/netscape4-navigator/Makefile +++ b/korean/netscape4-navigator/Makefile @@ -1,15 +1,12 @@ # New ports collection makefile for: Netscape browser with Korean resources # Date created: 25 Oct 1998 -# Whom: CHOI Junho <junker@jazz.snu.ac.kr> +# Whom: CHOI Junho <cjh@FreeBSD.org> # # $FreeBSD$ # # based on japanese/netscape4-* -MASTER_DIR= ${.CURDIR}/../netscape4-communicator - -MAINTAINER= cjh@kr.freebsd.org - +MASTERDIR= ${.CURDIR}/../netscape4-communicator BROWSER= navigator -.include "${MASTER_DIR}/Makefile" +.include "${MASTERDIR}/Makefile" |