diff options
author | cjep <cjep@pkgsrc.org> | 2003-12-30 17:32:33 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-12-30 17:32:33 +0000 |
commit | bea8e342919c647cdad4a6f5330d53361fa6605b (patch) | |
tree | bb0a26afa37626f7ebc5d4a2185602a49ef1a922 /archivers | |
parent | c843a6ae2aa70864951f8f05cb68a9a09b2c39ed (diff) | |
download | pkgsrc-bea8e342919c647cdad4a6f5330d53361fa6605b.tar.gz |
Add trailing / to HOMEPAGE
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/afio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/afio/Makefile b/archivers/afio/Makefile index 90789ef5240..db7aec9d08d 100644 --- a/archivers/afio/Makefile +++ b/archivers/afio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:21:05 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/12/30 17:32:33 cjep Exp $ DISTNAME= afio-2.4.7 CATEGORIES= archivers @@ -6,7 +6,7 @@ MASTER_SITES= http://www.ibiblio.org/pub/Linux/system/backup/ EXTRACT_SUFX= .tgz MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://freshmeat.net/projects/afio +HOMEPAGE= http://freshmeat.net/projects/afio/ COMMENT= cpio-format archive creator with data corruption handling ALL_TARGET= afio |