From owner-svn-ports-head@FreeBSD.ORG Mon Sep 23 06:11:20 2013 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 ESMTP id 39E4FD1D; Mon, 23 Sep 2013 06:11:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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 2657F20FD; Mon, 23 Sep 2013 06:11:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8N6BKO4072453; Mon, 23 Sep 2013 06:11:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8N6BJP5072451; Mon, 23 Sep 2013 06:11:19 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309230611.r8N6BJP5072451@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 23 Sep 2013 06:11:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327924 - head/misc/toilet 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.14 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, 23 Sep 2013 06:11:20 -0000 Author: bapt Date: Mon Sep 23 06:11:19 2013 New Revision: 327924 URL: http://svnweb.freebsd.org/changeset/ports/327924 Log: Use stage Modified: head/misc/toilet/Makefile head/misc/toilet/pkg-plist Modified: head/misc/toilet/Makefile ============================================================================== --- head/misc/toilet/Makefile Mon Sep 23 06:10:44 2013 (r327923) +++ head/misc/toilet/Makefile Mon Sep 23 06:11:19 2013 (r327924) @@ -10,7 +10,7 @@ MASTER_SITES= http://caca.zoy.org/raw-at MAINTAINER= bapt@FreeBSD.org COMMENT= Enhanced figlet(6) -LIB_DEPENDS= caca.0:${PORTSDIR}/graphics/libcaca +LIB_DEPENDS= libcaca.so:${PORTSDIR}/graphics/libcaca GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name="" @@ -18,16 +18,14 @@ USES= pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -fno-strength-reduce -MAN1= ${PORTNAME}.1 PORT_VERBS= ${PORTNAME} caca2tlf share/figlet/*tlf -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/CFLAGS=/d;/ac_build_date=/s|=.*|="$$stamp"|'\ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|\$$\^|$${.ALLSRC}|' ${WRKSRC}/doc/Makefile.in post-install: - @${INSTALL_PROGRAM} ${WRKSRC}/tools/caca2tlf ${PREFIX}/bin/ + @${INSTALL_PROGRAM} ${WRKSRC}/tools/caca2tlf ${STAGEDIR}${PREFIX}/bin/ .include Modified: head/misc/toilet/pkg-plist ============================================================================== --- head/misc/toilet/pkg-plist Mon Sep 23 06:10:44 2013 (r327923) +++ head/misc/toilet/pkg-plist Mon Sep 23 06:11:19 2013 (r327924) @@ -1,5 +1,6 @@ bin/caca2tlf bin/toilet +man/man1/toilet.1.gz share/figlet/ascii12.tlf share/figlet/ascii9.tlf share/figlet/bigascii12.tlf