diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2000-11-28 12:38:05 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2000-11-28 12:38:05 +0000 |
commit | ef8ce73652b08fd455e263d538b4f957e0856ae0 (patch) | |
tree | fc7a8e3fc7b1a36d7d707ece6a705f75dab4a02e /korean/hanterm/Makefile | |
parent | dd42e50dd557db5466a3f67d7719d3cd3af048e0 (diff) |
Notes
Diffstat (limited to 'korean/hanterm/Makefile')
-rw-r--r-- | korean/hanterm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korean/hanterm/Makefile b/korean/hanterm/Makefile index 3926a4c3b951..4074e9dbe340 100644 --- a/korean/hanterm/Makefile +++ b/korean/hanterm/Makefile @@ -6,10 +6,9 @@ # PORTNAME= hanterm -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= korean x11 -MASTER_SITES= ftp://elf.kaist.ac.kr/pub/hanterm/ \ - ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ +MASTER_SITES= http://quagga.kaist.ac.kr/hanterm/download/ MAINTAINER= cjh@FreeBSD.org @@ -22,5 +21,6 @@ ALL_TARGET= hanterm post-install: ${MKDIR} ${PREFIX}/share/doc/hanterm ${INSTALL_DATA} ${WRKSRC}/hanterm.html ${PREFIX}/share/doc/hanterm/ + ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/share/doc/hanterm/ .include <bsd.port.mk> |