diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-23 21:13:40 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-23 21:13:40 +0000 |
commit | 367b1822b716423a377346839c7a4b2c8af5207d (patch) | |
tree | dfe53a47321f20f57600d9148798b3187d788e9e /editors/openoffice.org-2-devel | |
parent | b5ab9cd728cf7dda60476b84f333c495ddcaa60d (diff) | |
download | ports-367b1822b716423a377346839c7a4b2c8af5207d.tar.gz ports-367b1822b716423a377346839c7a4b2c8af5207d.zip |
Remove '-v' from the invocation of ln(1).
PR: 15623
Submitted by: Udo Schweigert <ust@cert.siemens.de>
Notes
Notes:
svn path=/head/; revision=23936
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r-- | editors/openoffice.org-2-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice.org-2-devel/Makefile +++ b/editors/openoffice.org-2-devel/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: |