diff options
author | wiz <wiz> | 2013-02-01 13:31:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-02-01 13:31:57 +0000 |
commit | 5365336c399d18c2407f96070b028297c3b9b2ef (patch) | |
tree | 050ec5f58fe4e49e2c4db264d512db1e4f2cf69d /archivers | |
parent | e0fe583dca71ca4ef1827e957ed4b7bb6d48992d (diff) | |
download | pkgsrc-5365336c399d18c2407f96070b028297c3b9b2ef.tar.gz |
Fix HOMEPAGE.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/torrentzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/torrentzip/Makefile b/archivers/torrentzip/Makefile index f89fc6c8ef6..b06652e6ecd 100644 --- a/archivers/torrentzip/Makefile +++ b/archivers/torrentzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/12/12 10:44:06 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2013/02/01 13:31:57 wiz Exp $ # DISTNAME= trrntzip_v02_src @@ -7,7 +7,7 @@ CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=trrntzip/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.sourceforge.net/trrntzip/ +HOMEPAGE= http://sourceforge.net/projects/trrntzip/ COMMENT= Create identical zip archives from identical files USE_TOOLS+= aclocal autoconf automake autoheader |