Date: Sun, 11 Apr 1999 15:40:01 -0700 (PDT) From: Michael Haro <mharo@area51.fremont.ca.us> To: freebsd-ports@FreeBSD.org Subject: Re: ports/10976: new port: gaim-0.1 Message-ID: <199904112240.PAA22846@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/10976; it has been noted by GNATS. From: Michael Haro <mharo@area51.fremont.ca.us> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904112240.PAA22846>