diff options
author | mef <mef> | 2014-12-25 23:28:50 +0000 |
---|---|---|
committer | mef <mef> | 2014-12-25 23:28:50 +0000 |
commit | 3271e5c98ed1a9cee9338dbed458e2443574ae74 (patch) | |
tree | 1bac24f8fd2342d0397fbe9b4d35a448eff182c0 /math | |
parent | 8d70129f666f58a7bc1e98bf337b51a7811003e6 (diff) | |
download | pkgsrc-3271e5c98ed1a9cee9338dbed458e2443574ae74.tar.gz |
HOMEPAGE= directory moved. (Share -> Packages)
Diffstat (limited to 'math')
-rw-r--r-- | math/xgap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xgap/Makefile b/math/xgap/Makefile index 1d3fd86d899..70e768bd3b3 100644 --- a/math/xgap/Makefile +++ b/math/xgap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/09/11 23:04:35 asau Exp $ +# $NetBSD: Makefile,v 1.23 2014/12/25 23:28:50 mef Exp $ # DISTNAME= xgap4r16 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/share/ EXTRACT_SUFX= .zoo MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gap-system.org/Share/xgap.html +HOMEPAGE= http://www.gap-system.org/Packages/xgap.html COMMENT= GUI for GAP WRKSRC= ${WRKDIR}/${GAP_PKG_NAME} |