aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2003-03-06 10:42:07 +0800
committerade <ade@FreeBSD.org>2003-03-06 10:42:07 +0800
commit4186a6c89f77654cd1d52216e8264b94c99386e8 (patch)
treead3b79d34c0e458912df8c2dbb88fbf2a9e3ce48 /editors/openoffice
parentbd67d6ec385134709f74c1edd510cd78688e1c93 (diff)
downloadfreebsd-ports-gnome-4186a6c89f77654cd1d52216e8264b94c99386e8.tar.gz
freebsd-ports-gnome-4186a6c89f77654cd1d52216e8264b94c99386e8.tar.zst
freebsd-ports-gnome-4186a6c89f77654cd1d52216e8264b94c99386e8.zip
Fix minor typo (if instead of .if)
Submitted by: make index
Diffstat (limited to 'editors/openoffice')
-rw-r--r--editors/openoffice/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile
index 1c1d67133270..492ffc0efc8b 100644
--- a/editors/openoffice/Makefile
+++ b/editors/openoffice/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