diff options
author | xtraeme <xtraeme> | 2004-05-16 00:10:23 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-05-16 00:10:23 +0000 |
commit | bf99585a41be7853a463913c1205abc03016e9d7 (patch) | |
tree | 9f6e74af63826e9f51221fe48700e13eb3113c30 /security | |
parent | f2cdd8f97d1800bd9e8e5ade120a9c7d9c41f1e1 (diff) | |
download | pkgsrc-bf99585a41be7853a463913c1205abc03016e9d7.tar.gz |
Fix HOMEPAGE.
Diffstat (limited to 'security')
-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 |