From 01802369da893d022948265454214f3bb5648005 Mon Sep 17 00:00:00 2001 From: mva Date: Sun, 24 Mar 2013 09:08:30 +0000 Subject: - Unbreak after switch to new options framework PR: ports/177313 ports/177320 Submitted by: William Grzybowski , Yasuhiro KIMURA --- print/pslib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/pslib') diff --git a/print/pslib/Makefile b/print/pslib/Makefile index b23d9bfdb2f2..def405eeb681 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -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} .endif -.include +.include -- cgit