From owner-svn-ports-all@FreeBSD.ORG Fri Feb 21 14:01:21 2014 Return-Path: Delivered-To: svn-ports-all@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 CE663D58; Fri, 21 Feb 2014 14:01:21 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BAF4E11C5; Fri, 21 Feb 2014 14:01:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1LE1LYm084046; Fri, 21 Feb 2014 14:01:21 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1LE1L3x084044; Fri, 21 Feb 2014 14:01:21 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402211401.s1LE1L3x084044@svn.freebsd.org> From: Martin Wilke Date: Fri, 21 Feb 2014 14:01:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345456 - head/lang/awka X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 14:01:21 -0000 Author: miwi Date: Fri Feb 21 14:01:21 2014 New Revision: 345456 URL: http://svnweb.freebsd.org/changeset/ports/345456 QAT: https://qat.redports.org/buildarchive/r345456/ Log: - Stage support Modified: head/lang/awka/Makefile head/lang/awka/pkg-plist Modified: head/lang/awka/Makefile ============================================================================== --- head/lang/awka/Makefile Fri Feb 21 14:01:00 2014 (r345455) +++ head/lang/awka/Makefile Fri Feb 21 14:01:21 2014 (r345456) @@ -11,14 +11,10 @@ COMMENT= Converts the AWK script to C, t GNU_CONFIGURE= yes +USES= desthack USE_LDCONFIG= yes -MANCOMPRESSED= no -MAN1= awka.1 -MAN5= awka-elm.5 awka-elmref.5 - -NO_STAGE= yes post-install: - @${STRIP_CMD} ${PREFIX}/bin/awka + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/awka .include Modified: head/lang/awka/pkg-plist ============================================================================== --- head/lang/awka/pkg-plist Fri Feb 21 14:01:00 2014 (r345455) +++ head/lang/awka/pkg-plist Fri Feb 21 14:01:21 2014 (r345456) @@ -2,3 +2,6 @@ bin/awka lib/libawka.a lib/libawka.so include/libawka.h +man/man1/awka.1.gz +man/man5/awka-elm.5.gz +man/man5/awka-elmref.5.gz