LOCALBASE is where we find things, PREFIX is where we install them...
This commit is contained in:
parent
d610d20563
commit
9032e3af48
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 1999/01/06 21:29:51 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 1999/01/18 18:13:03 espie Exp $
|
||||
#
|
||||
|
||||
DISTNAME= autoconf-2.13
|
||||
@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
|
||||
CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
|
Loading…
Reference in New Issue
Block a user