diff options
author | salo <salo@pkgsrc.org> | 2004-04-11 18:02:24 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-04-11 18:02:24 +0000 |
commit | e543b821e2ba7385f864f6de1fb0a42a7c8fde31 (patch) | |
tree | 461bdc018ea6f84255487a80e29289b47bf1b572 /time | |
parent | e2af084ccfb446a1d2daa57fa6c25db3bde0ce25 (diff) | |
download | pkgsrc-e543b821e2ba7385f864f6de1fb0a42a7c8fde31.tar.gz |
Remove brace from HOMEPAGE. (hi jmmv!)
Diffstat (limited to 'time')
-rw-r--r-- | time/anacron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/anacron/Makefile b/time/anacron/Makefile index e3e6ac25944..009c64878ae 100644 --- a/time/anacron/Makefile +++ b/time/anacron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/04/11 11:33:46 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/11 18:02:24 salo Exp $ # DISTNAME= anacron-2.3 @@ -6,7 +6,7 @@ CATEGORIES= time MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=anacron/} MAINTAINER= jmmv@NetBSD.org -HOMEPAGE= http://anacron.sourceforge.net/} +HOMEPAGE= http://anacron.sourceforge.net/ COMMENT= Periodic command scheduler USE_BUILDLINK3= yes |