Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2004 22:34:56 -0400
From:      Michael Johnson <ahze@ahze.net>
To:        Linh Pham <question@closedsrc.org>, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/66005: New port: mail/p5-SpamAssassin-devel - port that follows the 3.0 CVS devel tree of SpamAssassin
Message-ID:  <78874ECE-97F3-11D8-9F3D-000A958C81C6@ahze.net>
In-Reply-To: <200404270050.i3R0oOsR099406@freefall.freebsd.org>
References:  <200404270050.i3R0oOsR099406@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On Apr 26, 2004, at 8:50 PM, Linh Pham wrote:
>
>  		${MASTER_SITE_PERL_CPAN}
>  # MASTER_SITE_SUBDIR=	Mail
>  DISTNAME=	Mail-SpamAssassin-3.000000-cvs
>  WRKSRC=		./work/Mail-SpamAssassin-3.000000/
>

you want ${WRKDIR} instead of ./work because people like me who have 
one ports dir and do ports over nfs use WRKDIR=/some/other/dir so it 
doesn't actually do the build over nfs.

>
>  	cd ${WRKSRC} ; ${INSTALL_DATA} INSTALL USAGE \
>  	    BUGS COPYRIGHT Changes README TRADEMARK procmailrc.example 
> sample* \
>  	    spamd/README* sql/* ${DOCSDIR}
>  .endif
>  	@${SED} -e 's#PREFIX#${PREFIX}#' ${PKGMESSAGE}
>

you want to use USE_REINPLACE=yes and ${REINPLACE_CMD} instead of ${SED}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?78874ECE-97F3-11D8-9F3D-000A958C81C6>