diff options
author | bouyer <bouyer@pkgsrc.org> | 2003-11-28 11:53:13 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2003-11-28 11:53:13 +0000 |
commit | 614bf125626dbaed726398ba4302e75054bac318 (patch) | |
tree | 651a546891063a501c708093e67ff759e4477312 | |
parent | a238820bd26e9467b21b614a0920e15c211bc917 (diff) | |
download | pkgsrc-614bf125626dbaed726398ba4302e75054bac318.tar.gz |
Fix HOMEPAGE.
-rw-r--r-- | emulators/gpsim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gpsim/Makefile b/emulators/gpsim/Makefile index a434d65a53e..ae461fee8fb 100644 --- a/emulators/gpsim/Makefile +++ b/emulators/gpsim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/11/12 01:31:49 salo Exp $ +# $NetBSD: Makefile,v 1.8 2003/11/28 11:53:13 bouyer Exp $ # DISTNAME= gpsim-0.20.7 @@ -7,7 +7,7 @@ CATEGORIES= emulators MASTER_SITES= http://www.dattalo.com/gnupic/ MAINTAINER= snoonan@tbearsiberians.com -HOMEPAGE= http://www.dattalo.com/gnupic/gpsim +HOMEPAGE= http://www.dattalo.com/gnupic/gpsim.html COMMENT= PIC emulator with X interface USE_BUILDLINK2= YES |