Date: Mon, 23 Sep 2013 06:11:19 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327924 - head/misc/toilet Message-ID: <201309230611.r8N6BJP5072451@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309230611.r8N6BJP5072451>