Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2013 09:08:31 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315108 - head/print/pslib
Message-ID:  <201303240908.r2O98Vmq004214@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  Submitted by:	William Grzybowski <william88@gmail.com>, Yasuhiro KIMURA <yasu@utahime.org>

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 <bsd.port.options.mk>
+.include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MEXAMPLES}
 EX_NAME=	pslib-examples-0.0.10
@@ -69,4 +69,4 @@ post-install:
 	cd ${EX_WRKSRC} && ${PAX} -rw * ${EXAMPLESDIR}
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303240908.r2O98Vmq004214>