diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-27 18:41:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-27 18:41:11 +0000 |
commit | a8ce86997e0153e277ba6f540fddb593c3f19f44 (patch) | |
tree | 5a670e83731c045a6a2cd732ed95c0208be6f15a /misc/libreoffice/Makefile | |
parent | d3a768ef59085720a0f42c43102737c59d39abd9 (diff) | |
download | pkgsrc-a8ce86997e0153e277ba6f540fddb593c3f19f44.tar.gz |
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'misc/libreoffice/Makefile')
-rw-r--r-- | misc/libreoffice/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index a188f2b2369..083fc86a391 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2014/01/01 11:52:25 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2014/01/27 18:41:13 wiz Exp $ VER= 3.5.6.2 DISTNAME= libreoffice-${VER} @@ -47,11 +47,6 @@ DISTFILES+= ${md} .include "../../mk/bsd.prefs.mk" -# ftp: Unsupported URL scheme `https' -.if ${OPSYS} == "NetBSD" -FETCH_USING= curl -.endif - # tar: Invalid header, starting valid header search. EXTRACT_USING= gtar |