diff options
author | cjep <cjep> | 2003-12-30 17:21:54 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-12-30 17:21:54 +0000 |
commit | 57e653fde548ab91e95dc02843df2ef6cd37adc3 (patch) | |
tree | 43f9b891eaa55c3ad49e2554c8e1cee20bb86686 /chat/fugu | |
parent | f880e4a854d32cc44ab11cd1a2ff9316c7c21963 (diff) | |
download | pkgsrc-57e653fde548ab91e95dc02843df2ef6cd37adc3.tar.gz |
Add trailing / on HOMEPAGEs
Diffstat (limited to 'chat/fugu')
-rw-r--r-- | chat/fugu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/fugu/Makefile b/chat/fugu/Makefile index 16b96261fcf..109a23d970f 100644 --- a/chat/fugu/Makefile +++ b/chat/fugu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/21 16:34:30 martti Exp $ +# $NetBSD: Makefile,v 1.10 2003/12/30 17:21:55 cjep Exp $ # DISTNAME= fugu-1.0 @@ -6,7 +6,7 @@ CATEGORIES= chat MASTER_SITES= http://fugu.gale.org/dist/ MAINTAINER= lukem@NetBSD.org -HOMEPAGE= http://fugu.gale.org +HOMEPAGE= http://fugu.gale.org/ COMMENT= Graphical client for the gale secure instant messaging system PYTHON_VERSIONS_ACCEPTED= 20 21 # no 22 - uses Makefile.pre.in |