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 | 5e280b91313d412a4fde2b7cdad82627d72dfd92 (patch) | |
tree | 3cb9d07be9e4c08dc2934a053154d20d259f7945 /lang | |
parent | 917b8e989d1798b30476f66ff0558c5959585a57 (diff) | |
download | pkgsrc-5e280b91313d412a4fde2b7cdad82627d72dfd92.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} |