diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 12:08:38 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 12:08:38 +0000 |
commit | d5821a2408044390b59aa8301663c43a4bf78538 (patch) | |
tree | 0fc76d024bf4521719629bf60ff65ee585cc2f9b /net | |
parent | 23065759fff6d10a547882ee8d404d62664c2c6d (diff) | |
download | pkgsrc-d5821a2408044390b59aa8301663c43a4bf78538.tar.gz |
'For consistency, please add a trailing slash to "http://example.com".'
Diffstat (limited to 'net')
-rw-r--r-- | net/cdpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cdpd/Makefile b/net/cdpd/Makefile index b7bf452c077..2c7094da19f 100644 --- a/net/cdpd/Makefile +++ b/net/cdpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/23 17:18:13 asau Exp $ +# $NetBSD: Makefile,v 1.18 2013/04/06 12:08:40 rodent Exp $ # DISTNAME= cdpd-1.0.2 @@ -8,7 +8,7 @@ MASTER_SITES= # ftp://ftp.lexa.ru/pub/domestic/snar/ MAINTAINER= explorer@NetBSD.org COMMENT= Simple daemon to send Cisco Discovery Protocol packets -HOMEPAGE= http://www.lexa.ru +HOMEPAGE= http://www.lexa.ru/ GNU_CONFIGURE= YES |