diff options
author | dent <dent> | 2001-05-31 10:07:59 +0000 |
---|---|---|
committer | dent <dent> | 2001-05-31 10:07:59 +0000 |
commit | 819480cf092fafad2680911beae37ad0221aa9d5 (patch) | |
tree | eafccc6fca126a9a85da637142dcfe300f89f352 /devel | |
parent | 073288db8b5344dd0151593741f9b85db7542e4f (diff) | |
download | pkgsrc-819480cf092fafad2680911beae37ad0221aa9d5.tar.gz |
Fix dead HOMEPAGE.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/g-wrap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index 5d4a88f117f..74d60b03b87 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 14:38:24 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/05/31 10:07:59 dent Exp $ # DISTNAME= g-wrap-0.9.5 @@ -6,7 +6,7 @@ CATEGORIES= devel MASTER_SITES= ftp://ftp.gnucash.org/pub/g-wrap/source/ MAINTAINER= rh@netbsd.org -HOMEPAGE= http://www.cs.cmu.edu/afs/cs.cmu.edu/usr/chrislee/www/Software/g-wrap/ +HOMEPAGE= http://web.mit.edu/chlee/www/Software/g-wrap/index.html COMMENT= tool for importing types, functions, and constants into guile DEPENDS+= guile>=1.3.4:../../lang/guile |