From owner-freebsd-ports Sun Apr 11 16: 9: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB58A16353 for ; Sun, 11 Apr 1999 15:43:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA22846; Sun, 11 Apr 1999 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 11 Apr 1999 15:40:01 -0700 (PDT) Message-Id: <199904112240.PAA22846@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Haro Subject: Re: ports/10976: new port: gaim-0.1 Reply-To: Michael Haro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10976; it has been noted by GNATS. From: Michael Haro To: freebsd-gnats-submit@freebsd.org, jim@corp.au.triax.com Cc: Subject: Re: ports/10976: new port: gaim-0.1 Date: Sun, 11 Apr 1999 13:46:38 -0700 Here is a slight change to the Makefile. Maybe gaim should install a "gaim" binary and not an "aim" binary. Other than that, everything else looked good to me. diff -u -urN -x CVS gaim/Makefile gaim.new/Makefile --- gaim.old/Makefile Sun Apr 11 13:22:40 1999 +++ gaim/Makefile Sun Apr 11 00:00:30 1999 @@ -15,6 +15,7 @@ LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +ALL_TARGET= aim USE_GMAKE= yes USE_X_PREFIX= yes @@ -22,9 +23,6 @@ post-patch: ${CP} ${FILESDIR}/logo.xpm ${WRKSRC}/pixmaps - -do-build: - (cd ${WRKSRC} && gmake) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/aim ${PREFIX}/bin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message