diff options
author | ade <ade@FreeBSD.org> | 2003-03-06 10:51:12 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2003-03-06 10:51:12 +0800 |
commit | b5531d2be93fd22e11e9a01c2f86a2091c8eae7c (patch) | |
tree | 4e1badf721a81bfbcd59ced43f3976f1141ffbed /editors/openoffice.org-3-RC | |
parent | 3d7677ae090f8c4230b991e3db3d2476fd414edc (diff) | |
download | freebsd-ports-gnome-b5531d2be93fd22e11e9a01c2f86a2091c8eae7c.tar.gz freebsd-ports-gnome-b5531d2be93fd22e11e9a01c2f86a2091c8eae7c.tar.zst freebsd-ports-gnome-b5531d2be93fd22e11e9a01c2f86a2091c8eae7c.zip |
It's ".if", not "if"
Submitted by: make index
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 77b1ea66db5f..64c08be99f88 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -408,7 +408,7 @@ extract-mozilla: @${CP} -r ${PORTSDIR}/www/mozilla-vendor/files ${WRKDIR}/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 |