From owner-svn-ports-all@FreeBSD.ORG Tue Jan 21 00:50:10 2014 Return-Path: Delivered-To: svn-ports-all@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 13F5FDC4; Tue, 21 Jan 2014 00:50:10 +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 004741E8B; Tue, 21 Jan 2014 00:50:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L0o926078297; Tue, 21 Jan 2014 00:50:09 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0L0o9RV078295; Tue, 21 Jan 2014 00:50:09 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401210050.s0L0o9RV078295@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 21 Jan 2014 00:50:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340529 - head/devel/libphish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 00:50:10 -0000 Author: bapt Date: Tue Jan 21 00:50:09 2014 New Revision: 340529 URL: http://svnweb.freebsd.org/changeset/ports/340529 QAT: https://qat.redports.org/buildarchive/r340529/ Log: Support stage Fix plist Modified: head/devel/libphish/Makefile head/devel/libphish/pkg-plist Modified: head/devel/libphish/Makefile ============================================================================== --- head/devel/libphish/Makefile Tue Jan 21 00:48:05 2014 (r340528) +++ head/devel/libphish/Makefile Tue Jan 21 00:50:09 2014 (r340529) @@ -3,15 +3,18 @@ PORTNAME= libphish PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.berlios.de/opdb/ \ http://download2.berlios.de/opdb/ \ MAINTAINER= citycat4@ngs.ru -COMMENT= A cross-platform library to interact with the Open Phishing Database +COMMENT= Cross-platform library to interact with the Open Phishing Database BUILD_DEPENDS= xmlwf:${PORTSDIR}/textproc/expat2 +OPTIONS_DEFINE= DOCS + USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_LDCONFIG= yes @@ -20,11 +23,8 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -DFreeBSD LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/doc && ${INSTALL_DATA} `${LS}` ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} .include Modified: head/devel/libphish/pkg-plist ============================================================================== --- head/devel/libphish/pkg-plist Tue Jan 21 00:48:05 2014 (r340528) +++ head/devel/libphish/pkg-plist Tue Jan 21 00:50:09 2014 (r340529) @@ -1,3 +1,4 @@ +lib/libphish.so lib/libphish.so.1 lib/libphish.a lib/libphish.la