diff options
author | jkh <jkh@FreeBSD.org> | 1994-11-17 18:07:45 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-11-17 18:07:45 +0800 |
commit | 5f1d03671113b8659b974e880faaba15eccdf863 (patch) | |
tree | b3206f234a48c046f5f83df7dc35d7c2d4b65cf2 /Mk/bsd.port.mk | |
parent | b8fed46b62b0970281bfd59f3c0bca4967fadbcb (diff) | |
download | freebsd-ports-gnome-5f1d03671113b8659b974e880faaba15eccdf863.tar.gz freebsd-ports-gnome-5f1d03671113b8659b974e880faaba15eccdf863.tar.zst freebsd-ports-gnome-5f1d03671113b8659b974e880faaba15eccdf863.zip |
Whoops! Typo. Correct.
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 8d70032e23c3..5eba5921b9d1 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.69 1994/11/17 00:25:16 jkh Exp $ +# $Id: bsd.port.mk,v 1.70 1994/11/17 10:06:03 jkh Exp $ # # Please view me with 4 column tabs! @@ -113,7 +113,7 @@ PATCHDIR?= ${.CURDIR}/patches SCRIPTDIR?= ${.CURDIR}/scripts FILESDIR?= ${.CURDIR}/files PKGDIR?= ${.CURDIR}/pkg -.if defined(USE_XMKMF) +.if defined(USE_IMAKE) PREFIX?= ${X11BASE} .else PREFIX?= /usr/local |