svn commit: r327924 - head/misc/toilet

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 23 06:11:20 UTC 2013


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 at 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


More information about the svn-ports-all mailing list