summaryrefslogtreecommitdiff
path: root/lang/yap
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-01 09:25:02 +0000
committerrillig <rillig@pkgsrc.org>2005-11-01 09:25:02 +0000
commit5c121890e30be1535eed87bcaaaff43fc33a4adc (patch)
treeebe3fcc27cbd792443cda1d14c630ce29ddbcbb6 /lang/yap
parent630ac248ed0e20af065df93af82c2e30daccec42 (diff)
downloadpkgsrc-5c121890e30be1535eed87bcaaaff43fc33a4adc.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/yap')
-rw-r--r--lang/yap/Makefile6
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/