Date: Tue, 24 Sep 2002 13:57:34 +0900 From: Kimura Fuyuki <fuyuki@hadaly.org> To: leeym@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/misc/GeoIP Makefile pkg-message ports/misc/GeoIP/files patch-conf::Makefile.in Message-ID: <86elbkx9vl.wl@hadaly.dyndns.org> In-Reply-To: <200209230921.g8N9LMPq017321@freefall.freebsd.org> References: <200209230921.g8N9LMPq017321@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At Mon, 23 Sep 2002 02:21:22 -0700 (PDT), Yen-Ming Lee <leeym@FreeBSD.ORG> wrote: > > leeym 2002/09/23 02:21:22 PDT > > Modified files: > misc/GeoIP Makefile > Added files: > misc/GeoIP pkg-message > misc/GeoIP/files patch-conf::Makefile.in > Log: > - Get rid of the file leftover after "make clean" > - Make sure that the package has a message about copying > etc/GeoIP.conf.default to etc/GeoIP.conf A typo. --- Makefile 23 Sep 2002 09:21:21 -0000 1.5 +++ Makefile 24 Sep 2002 04:56:16 -0000 @@ -22,6 +22,6 @@ MAN1= geoiplookup.1 geoipupdate.1 post-install: - @${CAT} ${PKGMESSAGES} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> -- fuyuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86elbkx9vl.wl>