aclocal problem

DaJoob DaJoob at dajoob.com
Sun May 8 20:32:57 PDT 2005


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 at 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 ---


More information about the freebsd-ports mailing list