summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-11-01 06:19:47 +0000
committerjlam <jlam@pkgsrc.org>2002-11-01 06:19:47 +0000
commit6bbf080d53553594812279c2053b75a1314418b4 (patch)
tree2dcf754a675ec1416308d9762fbfb7b26733874b /mk/bsd.prefs.mk
parentb954670051201ad70bdbfeef21c8d5987039dcbb (diff)
downloadpkgsrc-6bbf080d53553594812279c2053b75a1314418b4.tar.gz
Whitespace and minor cosmetic fixes.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 1708a02bbca..aa3f237ced2 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.87 2002/10/21 21:46:00 jlam Exp $
+# $NetBSD: bsd.prefs.mk,v 1.88 2002/11/01 06:19:47 jlam Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -287,7 +287,7 @@ FILESDIR?= ${.CURDIR}/files
PKGDIR?= ${.CURDIR}
# If WRKOBJDIR is set, use that tree to build
-.ifdef WRKOBJDIR
+.if defined(WRKOBJDIR)
BUILD_DIR?= ${WRKOBJDIR}/${PKGPATH}
.else
BUILD_DIR?= ${.CURDIR}