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 | dccd7363ab09eb7343f6a3844c867e5a794572b4 (patch) | |
tree | 0fc76d024bf4521719629bf60ff65ee585cc2f9b /net/cdpd | |
parent | deefc8de1b30d83277d77d1aef7c45e7a5683291 (diff) | |
download | pkgsrc-dccd7363ab09eb7343f6a3844c867e5a794572b4.tar.gz |
'For consistency, please add a trailing slash to "http://example.com".'
Diffstat (limited to 'net/cdpd')
-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 |