diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:49:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:49:59 +0000 |
commit | 6a9fcfc6bd61ba898fd1778c1da32be56b5904c3 (patch) | |
tree | 767f2803f6c6af410144e76a9efd9b7564dac8ad /korean/man-doc | |
parent | c2c2a2b86b90c79b4ef6926d232c484289cc9ca9 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: korean)
Notes
Notes:
svn path=/head/; revision=327739
Diffstat (limited to 'korean/man-doc')
-rw-r--r-- | korean/man-doc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/korean/man-doc/Makefile b/korean/man-doc/Makefile index 0480640ebfce..77d3b3adfc35 100644 --- a/korean/man-doc/Makefile +++ b/korean/man-doc/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: ko-man-doc -# Date created: 19 November 2002 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= man @@ -19,6 +16,7 @@ COMMENT= Korean online manual pages RUN_DEPENDS= ${LOCALBASE}/bin/groff:${PORTSDIR}/japanese/groff +NO_STAGE= yes post-patch: ${SED} -e 's,%%PREFIX%%,${PREFIX},g' -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ -e 's,gnroff,groff,g' ${WRKSRC}/scripts/kman.in > ${WRKDIR}/kman |