From owner-svn-ports-head@FreeBSD.ORG Sun Mar 24 18:28:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C8B907F9; Sun, 24 Mar 2013 18:28:06 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ee0-f51.google.com (mail-ee0-f51.google.com [74.125.83.51]) by mx1.freebsd.org (Postfix) with ESMTP id E5D77DDA; Sun, 24 Mar 2013 18:28:05 +0000 (UTC) Received: by mail-ee0-f51.google.com with SMTP id d17so2864754eek.24 for ; Sun, 24 Mar 2013 11:28:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=CKyTfJ1zF8reZugtiCnJB3axLwL6UvCHXkq2DE4vrFA=; b=pTvzbV09mvERklJ2NY/dx2ReIqD/h96/KBwUYiW18n0gv3sVwpU14pAIpSwdqMVJiQ QBwaqN93dT+U4gVt7zyuyHKQe148EZhWft0Gdl25z7nLAosIPom7rW0eaH6rwmYEVVQZ qpNA85xC5MgV7ekImEujWDqzGrDLegmrZGK6yfRsWLLIXYGs48EPavoVCDWDYXFH68Da 5ntrpnrykdhWO7i28LReHnOwHLzJwzo0QE9LHr9PiQP4HB7DLKoAkXdTTrXgb9lSu6W5 srQUVxU5WKKEtW4IQ49uv2f/JS+xX35a2Uy0ZLAR+v3onNgaFnXOS7pnJbSrx48wMSw0 y0yg== MIME-Version: 1.0 X-Received: by 10.14.173.67 with SMTP id u43mr26208778eel.22.1364149684514; Sun, 24 Mar 2013 11:28:04 -0700 (PDT) Received: by 10.14.124.7 with HTTP; Sun, 24 Mar 2013 11:28:04 -0700 (PDT) Received: by 10.14.124.7 with HTTP; Sun, 24 Mar 2013 11:28:04 -0700 (PDT) In-Reply-To: <201303240908.r2O98Vmq004214@svn.freebsd.org> References: <201303240908.r2O98Vmq004214@svn.freebsd.org> Date: Sun, 24 Mar 2013 18:28:04 +0000 Message-ID: Subject: Re: svn commit: r315108 - head/print/pslib From: Chris Rees To: Marcus von Appen Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 24 Mar 2013 18:28:06 -0000 On 24 Mar 2013 09:08, "Marcus von Appen" wrote: > > Author: mva > Date: Sun Mar 24 09:08:30 2013 > New Revision: 315108 > URL: http://svnweb.freebsd.org/changeset/ports/315108 > > Log: > - Unbreak after switch to new options framework > > PR: ports/177313 ports/177320 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=177313 > Submitted by: William Grzybowski , Yasuhiro KIMURA > > Modified: > head/print/pslib/Makefile (contents, props changed) > > Modified: head/print/pslib/Makefile > ============================================================================== > --- head/print/pslib/Makefile Sun Mar 24 08:59:49 2013 (r315107) > +++ head/print/pslib/Makefile Sun Mar 24 09:08:30 2013 (r315108) > @@ -28,7 +28,7 @@ OPTIONS_DEFINE= EXAMPLES MAN NLS > OPTIONS_DEFAULT= MAN NLS > MAN_DESC= Manual pages > > -.include > +.include > > .if ${PORT_OPTIONS:MEXAMPLES} > EX_NAME= pslib-examples-0.0.10 > @@ -69,4 +69,4 @@ post-install: > cd ${EX_WRKSRC} && ${PAX} -rw * ${EXAMPLESDIR} COPYTREE_SHARE sets permissions and ownership correctly. Chris