diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-01 09:25:02 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-01 09:25:02 +0000 |
commit | 24a858f6e6d0cff6f11c876849e198a5541bb638 (patch) | |
tree | ebe3fcc27cbd792443cda1d14c630ce29ddbcbb6 /lang | |
parent | 214ab5413c4641774c8a9ab957fa34e2bdf08b74 (diff) | |
download | pkgsrc-24a858f6e6d0cff6f11c876849e198a5541bb638.tar.gz |
Changed MASTER_SITES to sourceforge, as the old one is not available
anymore. The checksum of the tarball has changed, because the
documentation has been updated and one #ifdef been added to the source.
Therefore bumped PKGREVISION.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/yap/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile index b069ea61821..f3b6aa5f6ea 100644 --- a/lang/yap/Makefile +++ b/lang/yap/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2005/08/25 07:09:49 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2005/11/01 09:25:02 rillig Exp $ # DISTNAME= Yap-5.0.0 +PKGREVISION= 1 CATEGORIES= lang -MASTER_SITES= http://www.ncc.up.pt/~vsc/Yap/Yap-5.0/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yap/} +DIST_SUBDIR= ${PKGNAME_NOREV} MAINTAINER= rillig@NetBSD.org HOMEPAGE= http://www.ncc.up.pt/~vsc/Yap/ |