diff options
author | jmmv <jmmv> | 2003-05-27 15:50:04 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-05-27 15:50:04 +0000 |
commit | 3f66f89761da63b4bc0c087375bc14c55bbe7dd1 (patch) | |
tree | 2e4e92656b68b5b87161eff5e81beeeb05c97e36 /security/seahorse | |
parent | c54611a6685a99ede7ee65b531e3b75b6bc69586 (diff) | |
download | pkgsrc-3f66f89761da63b4bc0c087375bc14c55bbe7dd1.tar.gz |
Add trailing slash to HOMEPAGE.
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index c395c33d756..5133721fb16 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/05/02 11:56:20 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/05/27 15:50:04 jmmv Exp $ DISTNAME= seahorse-0.7.0 PKGREVISION= 2 @@ -6,7 +6,7 @@ CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=seahorse/} MAINTAINER= jmmv@netbsd.org -HOMEPAGE= http://seahorse.sourceforge.net +HOMEPAGE= http://seahorse.sourceforge.net/ COMMENT= GnuPG front end and bonobo component for Gnome DEPENDS= gnupg>=1.2.1:../../security/gnupg |