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/FreeWnn-lib | |
parent | c2c2a2b86b90c79b4ef6926d232c484289cc9ca9 (diff) | |
download | ports-6a9fcfc6bd61ba898fd1778c1da32be56b5904c3.tar.gz ports-6a9fcfc6bd61ba898fd1778c1da32be56b5904c3.zip |
Notes
Diffstat (limited to 'korean/FreeWnn-lib')
-rw-r--r-- | korean/FreeWnn-lib/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/korean/FreeWnn-lib/Makefile b/korean/FreeWnn-lib/Makefile index 4f9b4dc68a86..08ab691216f9 100644 --- a/korean/FreeWnn-lib/Makefile +++ b/korean/FreeWnn-lib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libraries of FreeWnn -# Date created: 00/08/25 -# Whom: Satoshi TAOKA <taoka@FreeBSD.org> -# +# Created by: Satoshi TAOKA <taoka@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= korean PKGNAMESUFFIX= -lib @@ -15,4 +11,5 @@ PKGDIR= ${.CURDIR} WNNTYPE= KWNN +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |