diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-02-14 07:51:34 +0800 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-02-14 07:51:34 +0800 |
commit | 6e57b2a0b5a3d781d84b7cdca73efa14d956a3b6 (patch) | |
tree | a77ec256e4b174b28edf6b6db93da2a3a565a478 /editors/openoffice.org-2 | |
parent | 120acb1c887402ac73450aacbebcfc1bc9682def (diff) | |
download | freebsd-ports-gnome-6e57b2a0b5a3d781d84b7cdca73efa14d956a3b6.tar.gz freebsd-ports-gnome-6e57b2a0b5a3d781d84b7cdca73efa14d956a3b6.tar.zst freebsd-ports-gnome-6e57b2a0b5a3d781d84b7cdca73efa14d956a3b6.zip |
a small fix.
Funded by: OpenOffice.org community.
Diffstat (limited to 'editors/openoffice.org-2')
-rw-r--r-- | editors/openoffice.org-2/files/Makefile.others | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2/files/Makefile.others b/editors/openoffice.org-2/files/Makefile.others index 444a91beac69..8afeca1facdb 100644 --- a/editors/openoffice.org-2/files/Makefile.others +++ b/editors/openoffice.org-2/files/Makefile.others @@ -11,7 +11,7 @@ package-rename: @${ECHO_MSG} "===> Rename package for OpenOffice.org mirror upload"; - @${MV} ${PKGFILE} \ + @${LN} ${PKGFILE} \ ${WRKDIR}/../${PACKAGE_BASENAME}_install_${LOCALIZED_LANG}${PKG_SUFX} package-canonical: |