Date: Sun, 7 Oct 2012 18:32:25 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305499 - head/chinese/tintin++ Message-ID: <201210071832.q97IWPoX048558@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Oct 7 18:32:25 2012 New Revision: 305499 URL: http://svn.freebsd.org/changeset/ports/305499 Log: - Convert to new options framework - Cleanup Makefile header Modified: head/chinese/tintin++/Makefile (contents, props changed) Modified: head/chinese/tintin++/Makefile ============================================================================== --- head/chinese/tintin++/Makefile Sun Oct 7 18:00:32 2012 (r305498) +++ head/chinese/tintin++/Makefile Sun Oct 7 18:32:25 2012 (r305499) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tintin++ with Chinese(Big5) support. -# Date created: Tue 26, 2000 -# Whom: Foxfair Hu <foxfair@FreeBSD.org> -# +# Created by: Foxfair Hu <foxfair@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= chinese @@ -11,7 +7,7 @@ MAINTAINER= sunpoet@FreeBSD.org MASTERDIR= ${.CURDIR}/../../net/tintin++ -WITH_BIG5= yes +OPTIONS_FILE_SET= BIG5 NO_LATEST_LINK= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210071832.q97IWPoX048558>