diff options
author | hubertf <hubertf@pkgsrc.org> | 2004-05-27 22:37:04 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2004-05-27 22:37:04 +0000 |
commit | dabd290937db1984911ff0eb0b77ca411efc7e74 (patch) | |
tree | 3cb9d07be9e4c08dc2934a053154d20d259f7945 /lang | |
parent | 4c65155de18852a18388480b872ea691597faae8 (diff) | |
download | pkgsrc-dabd290937db1984911ff0eb0b77ca411efc7e74.tar.gz |
This pkg is no longer in wip. Adjust path to distinfo and patch files.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/swi-prolog-lite/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/swi-prolog-lite/Makefile.common b/lang/swi-prolog-lite/Makefile.common index d0e2f58301b..a7ec9ab153e 100644 --- a/lang/swi-prolog-lite/Makefile.common +++ b/lang/swi-prolog-lite/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2004/05/20 11:09:17 hubertf Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/05/27 22:37:04 hubertf Exp $ SWIPLVERS= 5.2.13 DISTNAME= pl-${SWIPLVERS} @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.swi.psy.uva.nl/SWI-Prolog/ HOMEPAGE= http://www.swi-prolog.org/ DIST_SUBDIR= swi-prolog -DISTINFO_FILE= ${.CURDIR}/../../wip/swi-prolog-lite/distinfo -PATCHDIR= ${.CURDIR}/../../wip/swi-prolog-lite/patches +DISTINFO_FILE= ${.CURDIR}/../../lang/swi-prolog-lite/distinfo +PATCHDIR= ${.CURDIR}/../../lang/swi-prolog-lite/patches PLIST_SUBST+= APPEND_ELF=${APPEND_ELF} |