summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-17 10:07:45 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-17 10:07:45 +0000
commit34c5d5e152746107e239cdb2275ed11b2a4ad47a (patch)
tree9feaaafc2bdd93b0da4c8015114f247ba970bc9a /Mk/bsd.port.mk
parentI found today that making packages for X11 ports wasn't working. (diff)
Whoops! Typo. Correct.
Notes
Notes: svn path=/head/; revision=395
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
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