summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-01 09:25:02 +0000
committerrillig <rillig>2005-11-01 09:25:02 +0000
commit5530db6cc2ca9809c6937c528773db497f58d008 (patch)
treeebe3fcc27cbd792443cda1d14c630ce29ddbcbb6
parentf33c41ae3cceacb5f299acc32e22e5536c3e4be6 (diff)
downloadpkgsrc-5530db6cc2ca9809c6937c528773db497f58d008.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.
-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/