diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-09 07:16:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-09 07:16:52 +0000 |
commit | 7e99431af939467ae262f673944caea74bbe8b0a (patch) | |
tree | c4897c54215c93d22446db03ef47c6209dcbb94c /cad | |
parent | Add a note that the non-sgid-ness is intentional, and recommend adding (diff) |
Use ${LOCALBASE} instead of /usr/local. (Yes, this was supposed to go
with the bsd.port.mk commit the other night, I was too sleepy.)
Notes
Notes:
svn path=/head/; revision=2958
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 187738c77038..34dc306c52e1 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -3,7 +3,7 @@ # Date created: 19 October 1994 # Whom: mr # -# $Id: Makefile,v 1.10 1995/04/16 10:07:38 asami Exp $ +# $Id: Makefile,v 1.11 1996/03/25 08:30:42 asami Exp $ # DISTNAME= pcb-1.4.0 @@ -15,8 +15,7 @@ MAINTAINER= janek@gaja.ipan.lublin.pl BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ bison:${PORTSDIR}/devel/bison \ - /usr/local/bin/flex:${PORTSDIR}/devel/flex -# note we can't say "${PREFIX}/bin/flex" because this is an X port + ${LOCALBASE}/bin/flex:${PORTSDIR}/devel/flex USE_IMAKE= yes |