diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-04 15:48:21 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-04 15:48:21 +0000 |
commit | 091a344d359b8b85543cfa6e583e1e7e4eeb1c1d (patch) | |
tree | d2244be05c40754cac2280c8c16056bfcf196ec9 /Mk | |
parent | 39ea3efe6b79979896313aed68060a8e707b7014 (diff) | |
download | FreeBSD-ports-091a344d359b8b85543cfa6e583e1e7e4eeb1c1d.zip FreeBSD-ports-091a344d359b8b85543cfa6e583e1e7e4eeb1c1d.tar.gz |
Also make GNU_CONFIGURE a synonym for HAS_CONFIGURE so you don't have
to specify both (looks silly).
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index acb9941..d1c6686 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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 |