summaryrefslogtreecommitdiffstats
path: root/editors/openoffice-devel
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-23 21:13:40 +0000
committersteve <steve@FreeBSD.org>1999-12-23 21:13:40 +0000
commit17bbee5358816d2561828ddc26791d2365ef2f22 (patch)
tree3e05947e7206a8d5977e02cdb48ac8a8d2a4a0fc /editors/openoffice-devel
parent5305d366c6e65000ce90ca8034fc42cac06782dc (diff)
downloadFreeBSD-ports-17bbee5358816d2561828ddc26791d2365ef2f22.zip
FreeBSD-ports-17bbee5358816d2561828ddc26791d2365ef2f22.tar.gz
Remove '-v' from the invocation of ln(1).
PR: 15623 Submitted by: Udo Schweigert <ust@cert.siemens.de>
Diffstat (limited to 'editors/openoffice-devel')
-rw-r--r--editors/openoffice-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile
index fc18982..fb6d257 100644
--- a/editors/openoffice-devel/Makefile
+++ b/editors/openoffice-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:
OpenPOWER on IntegriCloud