ports/66005: New port: mail/p5-SpamAssassin-devel - port that follows the 3.0 CVS devel tree of SpamAssassin

Michael Johnson ahze at ahze.net
Tue Apr 27 02:34:57 UTC 2004


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}



More information about the freebsd-ports-bugs mailing list