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 /audio/csound-manual | |
parent | 33e2a0232479ae558d1ceb85f285af71dbdcb24c (diff) | |
download | pkgsrc-470fac731a7a54debf06f43a7b7bccf0bb943282.tar.gz |
HOMEPAGEs without a trailing slash are incorrect and also bad style.
Diffstat (limited to 'audio/csound-manual')
-rw-r--r-- | audio/csound-manual/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/csound-manual/Makefile b/audio/csound-manual/Makefile index 65694037908..6ea9ea53b4a 100644 --- a/audio/csound-manual/Makefile +++ b/audio/csound-manual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/19 08:54:25 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/07/22 05:14:43 martti Exp $ # DISTNAME= csound-manual-4.10 @@ -18,7 +18,7 @@ DISTFILES= ascii.zip \ toots.zip MAINTAINER= collver1@comcast.net -HOMEPAGE= http://www.csound.org +HOMEPAGE= http://www.csound.org/ COMMENT= Manuals and examples for Csound LICENSE= csound-license |