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/flac | |
parent | 33e2a0232479ae558d1ceb85f285af71dbdcb24c (diff) | |
download | pkgsrc-470fac731a7a54debf06f43a7b7bccf0bb943282.tar.gz |
HOMEPAGEs without a trailing slash are incorrect and also bad style.
Diffstat (limited to 'audio/flac')
-rw-r--r-- | audio/flac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 0fe60cc2890..e85b512e5cd 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/21 16:30:38 martti Exp $ +# $NetBSD: Makefile,v 1.11 2003/07/22 05:14:44 martti Exp $ # DISTNAME= flac-1.1.0 @@ -7,7 +7,7 @@ CATEGORIES= audio archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flac/} MAINTAINER= collver1@comcast.net -HOMEPAGE= http://flac.sourceforge.net +HOMEPAGE= http://flac.sourceforge.net/ COMMENT= Free lossless audio codec .include "../../mk/bsd.prefs.mk" |