From 367b1822b716423a377346839c7a4b2c8af5207d Mon Sep 17 00:00:00 2001 From: Steve Price Date: Thu, 23 Dec 1999 21:13:40 +0000 Subject: Remove '-v' from the invocation of ln(1). PR: 15623 Submitted by: Udo Schweigert --- editors/openoffice-1.0/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/openoffice-1.0/Makefile') diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/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: -- cgit v1.2.3