From owner-svn-ports-head@FreeBSD.ORG Mon May 19 13:49:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BADEC3A; Mon, 19 May 2014 13:49:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ECC8D2DDE; Mon, 19 May 2014 13:49:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4JDnEuJ049362; Mon, 19 May 2014 13:49:14 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4JDnEia049358; Mon, 19 May 2014 13:49:14 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201405191349.s4JDnEia049358@svn.freebsd.org> From: Xin LI Date: Mon, 19 May 2014 13:49:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354540 - in head/chinese/docproj: . src/cjktexsty X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 13:49:15 -0000 Author: delphij Date: Mon May 19 13:49:14 2014 New Revision: 354540 URL: http://svnweb.freebsd.org/changeset/ports/354540 QAT: https://qat.redports.org/buildarchive/r354540/ Log: Staging support, LICENSE, and remove pkg-plist in favor of PLIST_FILES. Deleted: head/chinese/docproj/pkg-plist Modified: head/chinese/docproj/Makefile head/chinese/docproj/src/cjktexsty/Makefile Modified: head/chinese/docproj/Makefile ============================================================================== --- head/chinese/docproj/Makefile Mon May 19 13:40:12 2014 (r354539) +++ head/chinese/docproj/Makefile Mon May 19 13:49:14 2014 (r354540) @@ -3,7 +3,7 @@ PORTNAME= docproj PORTVERSION= 0.1.20060303 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= chinese MASTER_SITES= # none DISTFILES= # none @@ -14,6 +14,8 @@ DISTFILES= # none MAINTAINER= delphij@FreeBSD.org COMMENT= Supportive tools for Chinese docproj build +LICENSE= BSD2CLAUSE + RUN_DEPENDS= gbklatex:${PORTSDIR}/print/latex-cjk USES= iconv @@ -21,8 +23,10 @@ USES= iconv WRKSRC= ${WRKDIR}/src SRC= ${.CURDIR}/src +MAKE_ARGS+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} + +PLIST_FILES= bin/cjktexsty -NO_STAGE= yes do-fetch: @${DO_NADA} Modified: head/chinese/docproj/src/cjktexsty/Makefile ============================================================================== --- head/chinese/docproj/src/cjktexsty/Makefile Mon May 19 13:40:12 2014 (r354539) +++ head/chinese/docproj/src/cjktexsty/Makefile Mon May 19 13:49:14 2014 (r354540) @@ -4,9 +4,10 @@ PROG= cjktexsty SRCS= cjktexsty.l PREFIX?= /usr/local -BINDIR= ${PREFIX}/bin -CFLAGS+=-I${PREFIX}/include -LDADD= -L${PREFIX}/lib -liconv +LOCALBASE?= ${PREFIX} +BINDIR= ${PREFIX}/bin +CFLAGS+= -I${LOCALBASE}/include +LDADD= -L${LOCALBASE}/lib -liconv NO_MAN= NOMAN=