diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-20 17:18:04 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-20 17:18:04 +0000 |
commit | 466a1c58d1b47e6ac8297e5395366018dc38a7c4 (patch) | |
tree | 27542a402ea8fb759805038f10f86ec99176acee /ftp | |
parent | 452523c01ea4005526066db4b728cc9a27cb4120 (diff) | |
download | ports-466a1c58d1b47e6ac8297e5395366018dc38a7c4.tar.gz ports-466a1c58d1b47e6ac8297e5395366018dc38a7c4.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wget-devel/Makefile | 6 | ||||
-rw-r--r-- | ftp/wget/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile index edb3d193d879..aab0431fb5bc 100644 --- a/ftp/wget-devel/Makefile +++ b/ftp/wget-devel/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 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 |