From owner-freebsd-ports@FreeBSD.ORG Mon May 9 03:32:56 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1C9316A4E6 for ; Mon, 9 May 2005 03:32:56 +0000 (GMT) Received: from Dan2.dajoob.com (c-24-15-239-7.hsd1.il.comcast.net [24.15.239.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0862443D8B for ; Mon, 9 May 2005 03:32:55 +0000 (GMT) (envelope-from DaJoob@dajoob.com) Received: from [192.168.0.235] (helo=[192.168.0.235]) by Dan2.dajoob.com with asmtp (Exim 4.40) id 1DSo9V-0006xL-Vn for freebsd-ports@freebsd.org; Mon, 02 May 2005 22:32:54 -0500 Message-ID: <427EDA10.2080208@dajoob.com> Date: Sun, 08 May 2005 22:33:36 -0500 From: DaJoob User-Agent: Mozilla Thunderbird 1.0 (X11/20050201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <427EC50D.2060200@dajoob.com> <20050509025351.GO74766@over-yonder.net> In-Reply-To: <20050509025351.GO74766@over-yonder.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: aclocal problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2005 03:32:57 -0000 Matthew D. Fuller wrote: >On Sun, May 08, 2005 at 09:03:57PM -0500 I heard the voice of >DaJoob, and lo! it spake thus: > > >>If I then manually run aclocal19 in the ${WORKSRC} directory, >> >> > >Well, you can't do that, actually. You could, however, run it in the >${WRKSRC} directory. > ^^^ > > > > Ah, didn't notice that typo. Still doesn't work, though. I've even tried putting in the definite pathname to no avail. Here is my complete Makefile: --- Makefile begins here --- # New ports collection makefile for: xfce4-taskbar-plugin # Date created: 5 May 2005 # Whom: DaJoob # # $FreeBSD$ # PORTNAME= xfce4-taskmanager PORTVERSION= 0.2.1 CATEGORIES= x11 xfce MASTER_SITES= http://download.berlios.de/xfce-goodies/ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= DaJoob@dajoob.com COMMENT= A task manager for the XFCE panel USE_AUTOMAKE_VER= 19 USE_AUTOCONF_VER= 259 BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel GNU_CONFIGURE= yes pre-configure: cd ${WRKSRC} aclocal${USE_AUTOMAKE_VER} .include --- Makefile ends here ---