diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-04-08 19:05:48 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-04-08 19:05:48 +0000 |
commit | 049b253ab2419389f06646c0e948a48f93d9a375 (patch) | |
tree | 629d067ca78185e11697efa4f962230277becec4 /comms | |
parent | DISTFILES moved on MASTER_SITE. (diff) |
Proper URLs that reference directories end in '/'
Notes
Notes:
svn path=/head/; revision=17742
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hylafax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index e9b84deb1ec2..deac5f3ba658 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Apr 1997 # Whom: ports@freebsd.org # -# $Id: Makefile,v 1.21 1999/01/21 11:12:20 itojun Exp $ +# $Id: Makefile,v 1.22 1999/03/12 15:52:26 scrappy Exp $ # DISTNAME= hylafax-v4.0pl2 @@ -17,7 +17,7 @@ EXTRACT_SUFX= -tar.gz MAINTAINER= ports@freebsd.org Y2K= http://www.hylafax.org/HylaFAQ/Q189.html -WWW_SITE= http://www.hylafax.org +WWW_SITE= http://www.hylafax.org/ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ ${PREFIX}/lib/afm/Courier:${PORTSDIR}/print/afm |