diff options
author | dsainty <dsainty@pkgsrc.org> | 2009-09-13 23:53:07 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2009-09-13 23:53:07 +0000 |
commit | c97071306e664d26096032fc46f873220f0f9ad9 (patch) | |
tree | 47a830b71215781c8d81090c250a119ba6ac4b30 /math/admesh | |
parent | 9a4fad5c8aff08e11056d5da5dd88065d5fecbf1 (diff) | |
download | pkgsrc-c97071306e664d26096032fc46f873220f0f9ad9.tar.gz |
Fix broken homepage link
Diffstat (limited to 'math/admesh')
-rw-r--r-- | math/admesh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/admesh/Makefile b/math/admesh/Makefile index dd943f742bc..fa3f871c334 100644 --- a/math/admesh/Makefile +++ b/math/admesh/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2008/03/04 18:12:58 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2009/09/13 23:53:07 dsainty Exp $ DISTNAME= admesh-0.95 CATEGORIES= math MASTER_SITES= http://www.varlog.com/products/admesh/files/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.varlog.com/products/admesh/ +HOMEPAGE= http://www.varlog.com/index.html COMMENT= Program for processing triangulated solid meshes PKG_DESTDIR_SUPPORT= user-destdir |