Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2003 04:07:04 -0800 (PST)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        fab@gcu.info, edwin@FreeBSD.org, freebsd-ports@FreeBSD.org, edwin@FreeBSD.org
Subject:   Re: ports/44781: New port: AbiWord french dictionary
Message-ID:  <200301041207.h04C74f8017649@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: New port: AbiWord french dictionary

State-Changed-From-To: open->feedback
State-Changed-By: edwin
State-Changed-When: Sat Jan 4 03:59:42 PST 2003
State-Changed-Why: 
Isn't there a nicer way to solve the problem regarding X11BASE vs
LOCALBASE? For example, but setting PREFIX to ${X11BASE}:

PORTNAME=       abispell-fr
PORTVERSION=    FR.i386
CATEGORIES=     french
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=     abiword

MAINTAINER=     fab@gcu.info

BUILD_DEPENDS= AbiWord:${PORTSDIR}/editors/AbiWord

PREFIX=         ${X11BASE}
NO_BUILD=       yes

do-install:
        ${INSTALL} -m 444 ${WRKDIR}/usr/share/AbiSuite/dictionary/francais.hash-encoding ${PREFIX}/share/AbiSuite/dictionary/
        ${INSTALL} -m 444 ${WRKDIR}/usr/share/AbiSuite/dictionary/francais.hash ${PREFIX}/share/AbiSuite/dictionary/

.include <bsd.port.mk>

and for pkg-plist:
share/AbiSuite/dictionary/francais.hash
share/AbiSuite/dictionary/francais.hash-encoding

Please confirm that this works the way you intented it and I'll commit the PR.




Responsible-Changed-From-To: freebsd-ports->edwin
Responsible-Changed-By: edwin
Responsible-Changed-When: Sat Jan 4 03:59:42 PST 2003
Responsible-Changed-Why: 


http://www.freebsd.org/cgi/query-pr.cgi?pr=44781

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?200301041207.h04C74f8017649>