diff options
author | grant <grant@pkgsrc.org> | 2003-12-20 10:42:45 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-20 10:42:45 +0000 |
commit | 9fd7c8297c86fd4a4857e30b8d7b50b801162c08 (patch) | |
tree | 0930c5660d6b949f9d160a2ad8fd3393613bf4f5 /x11 | |
parent | a3c0d0ed149cd6ee871bf9962c2cab82b096603d (diff) | |
download | pkgsrc-9fd7c8297c86fd4a4857e30b8d7b50b801162c08.tar.gz |
add missing trailing / to HOMEPAGE.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfstt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xfstt/Makefile b/x11/xfstt/Makefile index b62eaa14ecb..590bba70905 100644 --- a/x11/xfstt/Makefile +++ b/x11/xfstt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 22:56:56 grant Exp $ +# $NetBSD: Makefile,v 1.16 2003/12/20 10:42:45 grant Exp $ # DISTNAME= xfstt-1.4 @@ -6,7 +6,7 @@ CATEGORIES= x11 net fonts MASTER_SITES= http://download.berlios.de/xfstt/ MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://developer.berlios.de/projects/xfstt +HOMEPAGE= http://developer.berlios.de/projects/xfstt/ COMMENT= TrueType font server for X11 USE_PKGINSTALL= YES |