diff options
author | max <max@FreeBSD.org> | 1996-10-31 09:40:26 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-10-31 09:40:26 +0800 |
commit | f203ed1484c4c7e52a7e9080e638868424c74fdf (patch) | |
tree | 6509a2c5bca710b44e23cf9d319cb769bdf3dae0 /lang | |
parent | f3266816621050420f596cb81a0640536041be06 (diff) | |
download | freebsd-ports-gnome-f203ed1484c4c7e52a7e9080e638868424c74fdf.tar.gz freebsd-ports-gnome-f203ed1484c4c7e52a7e9080e638868424c74fdf.tar.zst freebsd-ports-gnome-f203ed1484c4c7e52a7e9080e638868424c74fdf.zip |
Upgrade, 2.7.14 -> 2.7.15.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/swi-pl/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index c49c88dac72f..79b352357e08 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: SWI-Prolog -# Version required: 2.7.14 +# Version required: 2.7.15 # Date created: 10 August 1996 # Whom: Michael Butschky <butsch@computi.erols.com> # -# $Id: Makefile,v 1.1.1.1 1996/10/25 10:18:23 max Exp $ +# $Id: Makefile,v 1.2 1996/10/29 06:33:58 max Exp $ # -DISTNAME= pl-2.7.14 -PKGNAME= swi-pl-2.7.14 +DISTNAME= pl-2.7.15 +PKGNAME= swi-pl-2.7.15 CATEGORIES+= lang MASTER_SITES= ftp://swi.psy.uva.nl/pub/SWI-Prolog/ @@ -20,12 +20,6 @@ CONFIGURE_ARGS= i386-freebsd STRIP= MAKE_FLAGS+= CIFLAGS=-DRTLD_LAZY -f -# Below is for broken configure script that comes with the original -# distribution. This, and patches/patch-00 will be removed as soon as -# the original files are corrected. -pre-configure: - @${CP} ${FILESDIR}/configure ${WRKSRC} - post-install: .for f in pl pl-bite chpl @strip ${PREFIX}/lib/${DISTNAME}/bin/i386-freebsd/$f |