Put back USE_GMAKE until I figure out why it sometimes does not work
as advertized... Temporary --disable-nls until we figure out what's wrong with messages.
This commit is contained in:
parent
a3e39ebfee
commit
6853cc573f
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2000/03/25 23:24:05 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2000/04/06 15:35:25 espie Exp $
|
||||
|
||||
DISTNAME= wget-1.5.3
|
||||
CATEGORIES= net
|
||||
@ -17,8 +17,10 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
FAKE= Yes
|
||||
|
||||
USE_GMAKE= Yes
|
||||
HAS_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS= --prefix='$${DESTDIR}${PREFIX}' --sysconfdir='$${DESTDIR}/etc'
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -3,10 +3,10 @@ bin/wget
|
||||
info/wget.info
|
||||
@exec install-info %D/info/wget.info %D/info/dir
|
||||
lib/wget/sample.wgetrc
|
||||
share/locale/cs/LC_MESSAGES/wget.mo
|
||||
share/locale/de/LC_MESSAGES/wget.mo
|
||||
share/locale/hr/LC_MESSAGES/wget.mo
|
||||
share/locale/it/LC_MESSAGES/wget.mo
|
||||
share/locale/no/LC_MESSAGES/wget.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/wget.mo
|
||||
@comment share/locale/cs/LC_MESSAGES/wget.mo
|
||||
@comment share/locale/de/LC_MESSAGES/wget.mo
|
||||
@comment share/locale/hr/LC_MESSAGES/wget.mo
|
||||
@comment share/locale/it/LC_MESSAGES/wget.mo
|
||||
@comment share/locale/no/LC_MESSAGES/wget.mo
|
||||
@comment share/locale/pt_BR/LC_MESSAGES/wget.mo
|
||||
@dirrm lib/wget
|
||||
|
Loading…
Reference in New Issue
Block a user