mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 12:19:30 +00:00
Also make GNU_CONFIGURE a synonym for HAS_CONFIGURE so you don't have
to specify both (looks silly).
This commit is contained in:
parent
e492ce08e3
commit
0903bf364c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3361
@ -3,7 +3,7 @@
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
#
|
||||
# $Id: bsd.port.mk,v 1.45 1994/10/04 14:46:34 jkh Exp $
|
||||
# $Id: bsd.port.mk,v 1.46 1994/10/04 15:44:03 jkh Exp $
|
||||
#
|
||||
# Please view me with 4 column tabs!
|
||||
|
||||
@ -146,6 +146,7 @@ PKGFILE?= ${DISTNAME}${PKG_SUFX}
|
||||
|
||||
.if defined(GNU_CONFIGURE)
|
||||
CONFIGURE_ARGS?= --prefix=${PREFIX}
|
||||
HAS_CONFIGURE= yes
|
||||
.endif
|
||||
|
||||
.MAIN: all
|
||||
|
Loading…
Reference in New Issue
Block a user