diff options
author | martti <martti@pkgsrc.org> | 2003-07-22 05:14:42 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-22 05:14:42 +0000 |
commit | 470fac731a7a54debf06f43a7b7bccf0bb943282 (patch) | |
tree | 7a400b6b9b6965b483e81279f767d6bb6356220b /emulators | |
parent | 33e2a0232479ae558d1ceb85f285af71dbdcb24c (diff) | |
download | pkgsrc-470fac731a7a54debf06f43a7b7bccf0bb943282.tar.gz |
HOMEPAGEs without a trailing slash are incorrect and also bad style.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/twin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index 326b35e4de6..5b06ae2aa6b 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/21 16:45:56 martti Exp $ +# $NetBSD: Makefile,v 1.9 2003/07/22 05:14:44 martti Exp $ # DISTNAME= twin-src-3.1.14 @@ -9,7 +9,7 @@ CATEGORIES= emulators MASTER_SITES= ftp://ftp.willows.com/pub/twin/ MAINTAINER= collver1@comcast.net -HOMEPAGE= http://www.willows.com +HOMEPAGE= http://www.willows.com/ COMMENT= Cross-platform implementation of the win32 api GNU_CONFIGURE= yes |