From owner-svn-ports-head@FreeBSD.ORG Mon Jan 6 08:46:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA61A172; Mon, 6 Jan 2014 08:46:50 +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 9E3621384; Mon, 6 Jan 2014 08:46:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s068ko0E044891; Mon, 6 Jan 2014 08:46:50 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s068ko4T044888; Mon, 6 Jan 2014 08:46:50 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401060846.s068ko4T044888@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 6 Jan 2014 08:46:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338848 - head/x11/bricons 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.17 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, 06 Jan 2014 08:46:50 -0000 Author: bapt Date: Mon Jan 6 08:46:49 2014 New Revision: 338848 URL: http://svnweb.freebsd.org/changeset/ports/338848 Log: Support stage Modified: head/x11/bricons/Makefile head/x11/bricons/pkg-plist Modified: head/x11/bricons/Makefile ============================================================================== --- head/x11/bricons/Makefile Mon Jan 6 08:44:25 2014 (r338847) +++ head/x11/bricons/Makefile Mon Jan 6 08:46:49 2014 (r338848) @@ -18,11 +18,6 @@ USES= imake perl5 USE_PERL5= build USE_XORG= xaw -MAN1= bricons.1 - -NO_STAGE= yes -.include - post-patch: @${REINPLACE_CMD} -e \ 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/Xbricons @@ -30,15 +25,10 @@ post-patch: 's|^unsigned int argc|int argc|' ${WRKSRC}/main.c post-install: - ${INSTALL_DATA} ${WRKSRC}/Xbricons ${PREFIX}/lib/X11/app-defaults - ${MKDIR} ${PREFIX}/include/X11/bitmaps - ${INSTALL_DATA} ${WRKSRC}/bitmaps/* ${PREFIX}/include/X11/bitmaps - ${MKDIR} ${PREFIX}/include/X11/pixmaps - ${INSTALL_DATA} ${WRKSRC}/*.xpm ${PREFIX}/include/X11/pixmaps - @${ECHO_MSG} "" - @${ECHO_MSG} " Use ./files/DOTbriconsrc as an example. This file" - @${ECHO_MSG} " should be stored in the same directory as the" - @${ECHO_MSG} " program is executed from." - @${ECHO_MSG} "" + ${INSTALL_DATA} ${WRKSRC}/Xbricons ${STAGEDIR}${PREFIX}/lib/X11/app-defaults + @${MKDIR} ${STAGEDIR}${PREFIX}/include/X11/bitmaps + ${INSTALL_DATA} ${WRKSRC}/bitmaps/* ${STAGEDIR}${PREFIX}/include/X11/bitmaps + @${MKDIR} ${STAGEDIR}${PREFIX}/include/X11/pixmaps + ${INSTALL_DATA} ${WRKSRC}/*.xpm ${STAGEDIR}${PREFIX}/include/X11/pixmaps -.include +.include Modified: head/x11/bricons/pkg-plist ============================================================================== --- head/x11/bricons/pkg-plist Mon Jan 6 08:44:25 2014 (r338847) +++ head/x11/bricons/pkg-plist Mon Jan 6 08:46:49 2014 (r338848) @@ -8,5 +8,6 @@ include/X11/pixmaps/clock.xpm include/X11/pixmaps/editor.xpm include/X11/pixmaps/mail.xpm include/X11/pixmaps/news.xpm +man/man1/bricons.1.gz @dirrmtry include/X11/bitmaps @dirrmtry include/X11/pixmaps