Bug 12214 - [PATCH] biology/babel installs into /usr/local instead of PREFIX
Summary: [PATCH] biology/babel installs into /usr/local instead of PREFIX
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-14 20:40 UTC by nick.hibma
Modified: 1999-06-25 20:24 UTC (History)
0 users

See Also:


Attachments
file.diff (729 bytes, patch)
1999-06-14 20:40 UTC, nick.hibma
no flags Details | Diff
file.diff (459 bytes, patch)
1999-06-14 20:40 UTC, nick.hibma
no flags Details | Diff
file.diff (318 bytes, patch)
1999-06-14 20:40 UTC, nick.hibma
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Fumerola 1999-06-14 16:45:27 UTC
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  -
Comment 1 nick.hibma 1999-06-14 20:40:02 UTC
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
Comment 2 cpiazza freebsd_committer freebsd_triage 1999-06-25 20:23:47 UTC
State Changed
From-To: open->closed

Fixed, thanks!