aboutsummaryrefslogtreecommitdiff
path: root/korean/man-doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'korean/man-doc/Makefile')
-rw-r--r--korean/man-doc/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/korean/man-doc/Makefile b/korean/man-doc/Makefile
deleted file mode 100644
index ac2302a54d07..000000000000
--- a/korean/man-doc/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Hye-Shik Chang
-# $FreeBSD$
-
-PORTNAME= man
-PORTVERSION= 021120
-PORTREVISION= 3
-CATEGORIES= korean
-MASTER_SITES= LOCAL/perky \
- http://people.freebsd.org/~perky/distfiles/
-PKGNAMESUFFIX= -doc
-DISTNAME= ko-man-doc-${PORTVERSION}
-
-MAINTAINER= hyun@caffeinated.codes
-COMMENT= Korean online manual pages
-
-# If this port is ever resurrected, please make sure issues 212125,
-# 217826 and 218176 are addressed
-DEPRECATED= Poor quality, severely outdated and undermaintained
-EXPIRATION_DATE=2021-03-02
-
-RUN_DEPENDS= ${LOCALBASE}/bin/groff:japanese/groff
-
-post-patch:
- ${SED} -e 's,%%PREFIX%%,${PREFIX},g' -e 's,%%LOCALBASE%%,${LOCALBASE},g' \
- -e 's,gnroff,groff,g' ${WRKSRC}/scripts/kman.in > ${WRKDIR}/kman
- ${RM} -r ${WRKSRC}/scripts
-
-do-build:
- ${FIND} ${WRKSRC} -type f | ${XARGS} ${GZIP_CMD}
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/kman ${STAGEDIR}${PREFIX}/bin
- @${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ko_KR.eucKR
- (cd ${WRKSRC} && ${COPYTREE_SHARE} . \
- ${STAGEDIR}${PREFIX}/share/man/ko_KR.eucKR)
-
-.include <bsd.port.mk>