summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-07-10 20:57:20 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-07-10 20:57:20 +0000
commit573a47f0e808a89a8339636b8e41f6385b9399e9 (patch)
treedc7a324ec808561313dd29d36022be081320663e /print
parentUpdate to 2.2.2.2. (diff)
Correct makefile syntax error in r1.11
Notes
Notes: svn path=/head/; revision=84615
Diffstat (limited to 'print')
-rw-r--r--print/pips800/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pips800/Makefile b/print/pips800/Makefile
index 8ac06f9e83be..7e1b04095568 100644
--- a/print/pips800/Makefile
+++ b/print/pips800/Makefile
@@ -233,7 +233,7 @@ do-install:
${MKDIR} ${PREFIX}/share/doc/${BASE_NAME}
${INSTALL_DATA} ${WRKSRC}/readme${PRTYPE} ${PREFIX}/share/doc/${BASE_NAME}
${INSTALL_DATA} ${WRKSRC}/${LIB_README:T} ${PREFIX}/share/doc/${BASE_NAME}
-.if ! (${PORTVERSION} == 1.3 || (${PORTVERSION} == 2.0 && !defined(INTERNATIONAL_PRODUCTS)))
+.if ! ( ${PORTVERSION} == 1.3 || ( ${PORTVERSION} == 2.0 && !defined(INTERNATIONAL_PRODUCTS) ) )
${INSTALL_DATA} ${FILESDIR}/readme_for_zh ${PREFIX}/share/doc/${BASE_NAME}
.endif
.endif