After changed MASTER_SITE from the wiki, no need to do custom fetch.
Noticed by Brook Milligan in tech-pkg@.
This commit is contained in:
parent
4534e0eba0
commit
ae84c65e3c
1 changed files with 1 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2008/11/26 00:32:55 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2009/06/09 03:57:26 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libopensync-0.22
|
||||
|
@ -19,11 +19,6 @@ GNU_CONFIGURE= yes
|
|||
|
||||
CONFIGURE_ARGS+= --disable-python
|
||||
|
||||
DISTURL=${MASTER_SITES}${DISTNAME}${EXTRACT_SUFX}?format=raw
|
||||
pre-fetch:
|
||||
${TEST} -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} || \
|
||||
(cd ${DISTDIR} && ${FETCH_CMD} -o ${DISTNAME}${EXTRACT_SUFX} ${DISTURL:Q})
|
||||
|
||||
.include "../../databases/sqlite3/buildlink3.mk"
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue