diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-03-19 12:49:06 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-03-19 12:49:06 +0000 |
commit | 85667802e984cd0db482a3dd8b5768a4ca3d4ae2 (patch) | |
tree | db56f9155ca471d5a74c2bfdf3fac60b52295d34 /Mk/bsd.port.mk | |
parent | a3ff74310efffa324e6ffb78de3f341aef02558e (diff) | |
download | ports-85667802e984cd0db482a3dd8b5768a4ca3d4ae2.tar.gz ports-85667802e984cd0db482a3dd8b5768a4ca3d4ae2.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 020674861117..2741fca4116a 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.115 1995/03/03 06:53:27 jkh Exp $ +# $Id: bsd.port.mk,v 1.116 1995/03/03 07:42:10 jkh Exp $ # # Please view me with 4 column tabs! @@ -27,7 +27,7 @@ # PACKAGES - A top level directory where all packages go (rather than # going locally to each port). (default: ${PORTSDIR}/packages). # GMAKE - Set to path of GNU make if not in $PATH (default: gmake). -# XMKMF - Set to path of `xmkmf' if not in $PATH (default: xmkmf). +# XMKMF - Set to path of `xmkmf' if not in $PATH (default: xmkmf -a ). # # Variables that typically apply to an individual port. Non-Boolean # variables without defaults are *mandatory*. @@ -170,7 +170,7 @@ DO_NADA?= echo -n # Miscellaneous overridable commands: GMAKE?= gmake -XMKMF?= xmkmf +XMKMF?= xmkmf -a MD5?= /sbin/md5 MD5_FILE?= ${FILESDIR}/md5 MAKE_FLAGS?= -f |