Date: Sun, 08 May 2005 22:33:36 -0500 From: DaJoob <DaJoob@dajoob.com> To: freebsd-ports@freebsd.org Subject: Re: aclocal problem Message-ID: <427EDA10.2080208@dajoob.com> In-Reply-To: <20050509025351.GO74766@over-yonder.net> References: <427EC50D.2060200@dajoob.com> <20050509025351.GO74766@over-yonder.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> --- Makefile ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?427EDA10.2080208>