diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-27 15:50:04 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-27 15:50:04 +0000 |
commit | 85f2f1f1e1e7fb19749542a2e9889fe7d5d45f75 (patch) | |
tree | 2e4e92656b68b5b87161eff5e81beeeb05c97e36 /security | |
parent | 546493f7703b13d4cf40ba6007593ad3fcefc244 (diff) | |
download | pkgsrc-85f2f1f1e1e7fb19749542a2e9889fe7d5d45f75.tar.gz |
Add trailing slash to HOMEPAGE.
Diffstat (limited to 'security')
-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 |