From owner-svn-ports-head@FreeBSD.ORG Sun Jun 1 21:47:31 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 B55F375F; Sun, 1 Jun 2014 21:47:31 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2A7123D5; Sun, 1 Jun 2014 21:47:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s51LlVa1096713; Sun, 1 Jun 2014 21:47:31 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s51LlVBS096712; Sun, 1 Jun 2014 21:47:31 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201406012147.s51LlVBS096712@svn.freebsd.org> From: Guido Falsi Date: Sun, 1 Jun 2014 21:47:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356180 - head/graphics/xfig 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.18 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: Sun, 01 Jun 2014 21:47:31 -0000 Author: madpilot Date: Sun Jun 1 21:47:31 2014 New Revision: 356180 URL: http://svnweb.freebsd.org/changeset/ports/356180 QAT: https://qat.redports.org/buildarchive/r356180/ Log: - Fix packaging when DOCS option is disabled Reported by: kargl@ Approved by: Matthew Luckie (Maintainer) Modified: head/graphics/xfig/Makefile Modified: head/graphics/xfig/Makefile ============================================================================== --- head/graphics/xfig/Makefile Sun Jun 1 21:46:06 2014 (r356179) +++ head/graphics/xfig/Makefile Sun Jun 1 21:47:31 2014 (r356180) @@ -24,6 +24,7 @@ USES= imake USE_XORG= ice sm x11 xaw xext xi xmu xpm xt USE_CSTD= gnu89 CFLAGS+= -Wno-return-type +INSTALL_TARGET= install install.libs MAKE_ENV+= DOCSDIR=${DOCSDIR} CHMOD=${CHMOD} TAR=${TAR} MAKE_ARGS+= INSTALLFLAGS="${COPY}" \ @@ -38,7 +39,7 @@ I18N_DESC= I18N support and Japanese doc .include .if ${PORT_OPTIONS:MDOCS} -INSTALL_TARGET= install install.libs install.html +INSTALL_TARGET+= install.html .endif .if ! ${PORT_OPTIONS:MI18N} || ! ${PORT_OPTIONS:MDOCS}