summaryrefslogtreecommitdiffstats
path: root/editors/openoffice-1.0
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2003-03-06 02:42:07 +0000
committerade <ade@FreeBSD.org>2003-03-06 02:42:07 +0000
commit4186a6c89f77654cd1d52216e8264b94c99386e8 (patch)
treead3b79d34c0e458912df8c2dbb88fbf2a9e3ce48 /editors/openoffice-1.0
parentbd67d6ec385134709f74c1edd510cd78688e1c93 (diff)
downloadFreeBSD-ports-4186a6c89f77654cd1d52216e8264b94c99386e8.zip
FreeBSD-ports-4186a6c89f77654cd1d52216e8264b94c99386e8.tar.gz
Fix minor typo (if instead of .if)
Submitted by: make index
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r--editors/openoffice-1.0/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile
index 1c1d671..492ffc0 100644
--- a/editors/openoffice-1.0/Makefile
+++ b/editors/openoffice-1.0/Makefile
@@ -407,7 +407,7 @@ extract-mozilla:
@${CP} ${PORTSDIR}/www/mozilla-vendor/Makefile ${WRKDIR}/mozilla
@${CP} ${PORTSDIR}/www/mozilla-vendor/distinfo ${WRKDIR}/mozilla
-if exists(${PORTSDIR}/www/mozilla-vendor/pkg-comment)
+.if exists(${PORTSDIR}/www/mozilla-vendor/pkg-comment)
@${CP} ${PORTSDIR}/www/mozilla-vendor/pkg-comment ${WRKDIR}/mozilla
.endif
@${CP} ${PORTSDIR}/www/mozilla-vendor/pkg-descr ${WRKDIR}/mozilla
OpenPOWER on IntegriCloud