Date: Tue, 27 Aug 2002 07:00:19 -0700 (PDT) From: Sergei Kolobov <sergei@kolobov.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/42078: New port: sysutils/metalog Message-ID: <200208271400.g7RE0J9D017940@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/42078; it has been noted by GNATS. From: Sergei Kolobov <sergei@kolobov.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/42078: New port: sysutils/metalog Date: Tue, 27 Aug 2002 17:58:24 +0400 Few last-minute changes to make portlint happy: diff -ruN metalog.old/Makefile metalog/Makefile --- metalog.old/Makefile Tue Aug 27 17:53:46 2002 +++ metalog/Makefile Tue Aug 27 17:52:44 2002 @@ -1,15 +1,16 @@ # New ports collection makefile for: metalog -# Date Created: 27 Aug 2002 +# Date Created: 27 Aug 2002 # Whom: Sergei Kolobov <sergei@kolobov.com> # # $FreeBSD$ # PORTNAME= metalog -PORTVERSION= 0.7beta +PORTVERSION= 0.7b CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} +DISTNAME= ${PORTNAME}-0.7beta EXTRACT_SUFX= .tgz MAINTAINER= sergei@kolobov.com @@ -17,8 +18,8 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - CFLAGS="${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ + CFLAGS="${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib" MAN8= metalog.8 DOCS= COPYING NEWS README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208271400.g7RE0J9D017940>