diff options
author | cjep <cjep> | 2003-12-30 17:27:31 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-12-30 17:27:31 +0000 |
commit | d3e2a0f04ca821160534cc764095cef153699b78 (patch) | |
tree | 0b52a469632cd371f59e9ecdc391630fb306435a /pkgtools | |
parent | 57e653fde548ab91e95dc02843df2ef6cd37adc3 (diff) | |
download | pkgsrc-d3e2a0f04ca821160534cc764095cef153699b78.tar.gz |
Add trailing / to HOMEPAGEs
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/cdpack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/cdpack/Makefile b/pkgtools/cdpack/Makefile index 15203502810..eaf3e1c9cad 100644 --- a/pkgtools/cdpack/Makefile +++ b/pkgtools/cdpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/21 17:14:05 martti Exp $ +# $NetBSD: Makefile,v 1.15 2003/12/30 17:27:31 cjep Exp $ # DISTNAME= cdpack-1.5 @@ -8,7 +8,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= dmcmahill@NetBSD.org -HOMEPAGE= http://www.NetBSD.org +HOMEPAGE= http://www.NetBSD.org/ COMMENT= Utility to create multi-cd binary package collections # for mkisofs |