diff options
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r-- | ftp/wget/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index edb3d193d879..aab0431fb5bc 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -3,7 +3,7 @@ # Date created: 31 December 1996 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.10 1998/12/08 21:03:16 billf Exp $ +# $Id: Makefile,v 1.11 1999/01/27 07:41:25 fenner Exp $ # DISTNAME= wget-1.5.3 @@ -17,11 +17,13 @@ MASTER_SITE_SUBDIR= wget MAINTAINER= ports@FreeBSD.ORG +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext + GNU_CONFIGURE= yes post-install: if [ ! -f ${PREFIX}/info/dir ]; then \ - sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi -install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir |