Date: Sun, 29 Dec 2013 15:22:28 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338009 - head/x11-clocks/buici-clock Message-ID: <201312291522.rBTFMSrN088578@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Dec 29 15:22:28 2013 New Revision: 338009 URL: http://svnweb.freebsd.org/changeset/ports/338009 Log: Stage support Modified: head/x11-clocks/buici-clock/Makefile Modified: head/x11-clocks/buici-clock/Makefile ============================================================================== --- head/x11-clocks/buici-clock/Makefile Sun Dec 29 15:19:29 2013 (r338008) +++ head/x11-clocks/buici-clock/Makefile Sun Dec 29 15:22:28 2013 (r338009) @@ -12,20 +12,17 @@ COMMENT= Xlib implementation of an attra LICENSE= GPLv2 # (or later) -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo +LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_XORG= x11 xext -USES= bison pkgconfig -USE_GMAKE= yes +USES= bison gmake pkgconfig GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes -MAN1= buici-clock.1 -PLIST_FILES= bin/buici-clock +PLIST_FILES= bin/buici-clock man/man1/buici-clock.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|echo -e|echo| ; \ @@ -35,7 +32,7 @@ post-patch: s|-g | |' ${WRKSRC}/xo/Makefile.in do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/buici-clock ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/buici-clock.1 ${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/buici-clock ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/buici-clock.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312291522.rBTFMSrN088578>