On Mon, 14 Jun 1999, Nick Hibma wrote: > --- Makefile.orig Mon Jun 14 23:30:45 1999 > +++ Makefile Mon Jun 14 23:29:51 1999 > @@ -14,6 +14,6 @@ > MAINTAINER= frankch@waru.life.nthu.edu.tw > > post-install: > - @ ${CAT} ${PKGDIR}/MESSAGE > + @ ${CAT} ${PKGDIR}/MESSAGE | sed -e 's#/usr/local#${PREFIX}#' > > .include <bsd.port.mk> .... | ${SED} -e ..... - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org -
biology makes a big mess when you try to install the port into a directory other than /usr/local. Fix: 3 patches: - patches/patch-aa - pkg/MESSAGE - Makefile How-To-Repeat: cd /usr/ports/biology/babel make PREFIX=/somewhere/else install
State Changed From-To: open->closed Fixed, thanks!