From owner-svn-ports-head@FreeBSD.ORG Sat Nov 16 13:33:46 2013 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 43449A64; Sat, 16 Nov 2013 13:33:46 +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 18AE7215F; Sat, 16 Nov 2013 13:33:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAGDXjU1017458; Sat, 16 Nov 2013 13:33:45 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAGDXjs4017455; Sat, 16 Nov 2013 13:33:45 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201311161333.rAGDXjs4017455@svn.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 16 Nov 2013 13:33:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333994 - in head/sysutils: unieject userlist 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.16 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: Sat, 16 Nov 2013 13:33:46 -0000 Author: vanilla Date: Sat Nov 16 13:33:45 2013 New Revision: 333994 URL: http://svnweb.freebsd.org/changeset/ports/333994 Log: Support STAGEDIR. Modified: head/sysutils/unieject/Makefile head/sysutils/unieject/pkg-plist head/sysutils/userlist/Makefile Modified: head/sysutils/unieject/Makefile ============================================================================== --- head/sysutils/unieject/Makefile Sat Nov 16 13:29:20 2013 (r333993) +++ head/sysutils/unieject/Makefile Sat Nov 16 13:33:45 2013 (r333994) @@ -12,9 +12,9 @@ COMMENT= Eject(1) replacement LICENSE= GPLv2 -LIB_DEPENDS= confuse:${PORTSDIR}/devel/libconfuse \ - pcre:${PORTSDIR}/devel/pcre \ - cdio:${PORTSDIR}/sysutils/libcdio +LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse \ + libpcre.so:${PORTSDIR}/devel/pcre \ + libcdio.so:${PORTSDIR}/sysutils/libcdio USE_BZIP2= yes USES= pathfix pkgconfig gettext iconv @@ -27,10 +27,6 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= unieject.1 -MAN5= unieject.conf.5 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/-D_POSIX_C_SOURCE/s|^CPPFLAGS|#CPPFLAGS|' ${WRKSRC}/configure @@ -39,6 +35,6 @@ post-patch: /^install-data-am:/s|install-dist_htmlDATA||' ${WRKSRC}/Makefile.in post-install: - ${INSTALL_DATA} ${WRKSRC}/unieject.conf.sample ${PREFIX}/etc + ${INSTALL_DATA} ${WRKSRC}/unieject.conf.sample ${STAGEDIR}${PREFIX}/etc .include Modified: head/sysutils/unieject/pkg-plist ============================================================================== --- head/sysutils/unieject/pkg-plist Sat Nov 16 13:29:20 2013 (r333993) +++ head/sysutils/unieject/pkg-plist Sat Nov 16 13:33:45 2013 (r333994) @@ -7,6 +7,8 @@ lib/libunieject.la lib/libunieject.so lib/libunieject.so.5 libdata/pkgconfig/libunieject.pc +man/man1/unieject.1.gz +man/man5/unieject.conf.5.gz share/locale/de/LC_MESSAGES/unieject.mo share/locale/es_AR/LC_MESSAGES/unieject.mo share/locale/es_ES/LC_MESSAGES/unieject.mo Modified: head/sysutils/userlist/Makefile ============================================================================== --- head/sysutils/userlist/Makefile Sat Nov 16 13:29:20 2013 (r333993) +++ head/sysutils/userlist/Makefile Sat Nov 16 13:33:45 2013 (r333994) @@ -13,8 +13,7 @@ COMMENT= Prints a list of all usernames NO_BUILD= yes PLIST_FILES= bin/userlist -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${FILESDIR}/userlist ${PREFIX}/bin + ${INSTALL_SCRIPT} ${FILESDIR}/userlist ${STAGEDIR}${PREFIX}/bin .include