diff options
author | ade <ade@FreeBSD.org> | 2003-03-06 02:42:07 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2003-03-06 02:42:07 +0000 |
commit | 4186a6c89f77654cd1d52216e8264b94c99386e8 (patch) | |
tree | ad3b79d34c0e458912df8c2dbb88fbf2a9e3ce48 /editors | |
parent | bd67d6ec385134709f74c1edd510cd78688e1c93 (diff) | |
download | FreeBSD-ports-4186a6c89f77654cd1d52216e8264b94c99386e8.zip FreeBSD-ports-4186a6c89f77654cd1d52216e8264b94c99386e8.tar.gz |
Fix minor typo (if instead of .if)
Submitted by: make index
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 1c1d671..492ffc0 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-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 diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 1c1d671..492ffc0 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 |