diff options
author | ade <ade@FreeBSD.org> | 2003-03-06 10:42:07 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2003-03-06 10:42:07 +0800 |
commit | 4186a6c89f77654cd1d52216e8264b94c99386e8 (patch) | |
tree | ad3b79d34c0e458912df8c2dbb88fbf2a9e3ce48 /editors/openoffice | |
parent | bd67d6ec385134709f74c1edd510cd78688e1c93 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |