diff options
author | jmz <jmz@FreeBSD.org> | 1997-08-16 00:47:17 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1997-08-16 00:47:17 +0800 |
commit | b99d37c17278faa30f09860315769ea6671080e2 (patch) | |
tree | ddc2745fcb87e05f40ac1a15b5858a7a257f5d36 /misc | |
parent | e71ab049164565c6497ac2fd81cfae21ac1397c8 (diff) | |
download | freebsd-ports-gnome-b99d37c17278faa30f09860315769ea6671080e2.tar.gz freebsd-ports-gnome-b99d37c17278faa30f09860315769ea6671080e2.tar.zst freebsd-ports-gnome-b99d37c17278faa30f09860315769ea6671080e2.zip |
New version (1.6 -> 2.0)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/lile/Makefile | 12 | ||||
-rw-r--r-- | misc/lile/distinfo | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/lile/Makefile b/misc/lile/Makefile index 57d48eb13d31..ef2db27ed73b 100644 --- a/misc/lile/Makefile +++ b/misc/lile/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: ile -# Version required: 1.6 +# Version required: 2.0 # Date created: 25 Jun 1997 # Whom: jmz # -# $Id: Makefile,v 1.1.1.1 1997/06/28 00:54:46 jmz Exp $ +# $Id: Makefile,v 1.2 1997/06/29 09:08:47 obrien Exp $ # -DISTNAME= lile -PKGNAME= ile-1.6 +DISTNAME= lile-2.0 +PKGNAME= ile-2.0 CATEGORIES= misc MASTER_SITES= ftp://ftp.inria.fr/system/user/ -EXTRACT_SUFX= .tar.Z +EXTRACT_SUFX= .tar.z MAINTAINER= jmz@FreeBSD.org @@ -19,6 +19,6 @@ MAN1= ile.1 do-configure: @(cd ${WRKSRC}; mv Makefile Makefile.old; \ sed -e s:/usr/local:${PREFIX}: <Makefile.old > Makefile; \ - echo all: ile >> Makefile) + echo all: ile >> Makefile; echo CC=cc ${CFLAGS} >> Makefile) .include <bsd.port.mk> diff --git a/misc/lile/distinfo b/misc/lile/distinfo index 23b4962b2225..2f6b34754cb8 100644 --- a/misc/lile/distinfo +++ b/misc/lile/distinfo @@ -1 +1 @@ -MD5 (lile.tar.Z) = 983620a1bb49d776ec7ff9c46a5a3863 +MD5 (lile-2.0.tar.z) = 70b3565053e31910abec207b3731a60a |