diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-16 00:10:23 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-16 00:10:23 +0000 |
commit | 504cabc879693fea179c891bc2713d22b13f629c (patch) | |
tree | 9f6e74af63826e9f51221fe48700e13eb3113c30 /security/sign | |
parent | e14492c1d10afc28cfddcfaf8520a8e918a4fbf2 (diff) | |
download | pkgsrc-504cabc879693fea179c891bc2713d22b13f629c.tar.gz |
Fix HOMEPAGE.
Diffstat (limited to 'security/sign')
-rw-r--r-- | security/sign/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sign/Makefile b/security/sign/Makefile index 7027ec859cf..8960a3e77c0 100644 --- a/security/sign/Makefile +++ b/security/sign/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/05/16 00:00:28 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/05/16 00:10:23 xtraeme Exp $ # DISTNAME= sign-1.0.4 @@ -6,7 +6,7 @@ CATEGORIES= security MASTER_SITES= http://swapped.cc/sign/files/ MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://swapped.cc/sign/files/ +HOMEPAGE= http://swapped.cc/sign/ COMMENT= File signing and signature verification utility USE_BUILDLINK3= yes |