diff options
author | tron <tron@pkgsrc.org> | 2001-03-10 10:53:15 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-10 10:53:15 +0000 |
commit | 4f282ba3077a42384256cbdcf4e95749ea1f9c86 (patch) | |
tree | 48cdebbdde4042b2ce0051765bae70db321a31fb | |
parent | be0ed5c819a583342bf19828025271f13f040fe7 (diff) | |
download | pkgsrc-4f282ba3077a42384256cbdcf4e95749ea1f9c86.tar.gz |
Fix typo.
-rw-r--r-- | mk/bsd.prefs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 8d722c544c6..eee5adb7a86 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.23 2001/03/06 16:00:16 wiz Exp $ +# $NetBSD: bsd.prefs.mk,v 1.24 2001/03/10 10:53:15 tron Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -150,7 +150,7 @@ PKG_TOOLS_BIN?= /usr/sbin .elif (${OPSYS} == "SunOS") X11BASE?= ${DESTDIR}/usr/openwin PKG_TOOLS_BIN?= ${LOCALBASE}/bsd/bin -.elf (${OPSYS} == "Linux") +.elif (${OPSYS} == "Linux") PKG_TOOLS_BIN?= ${LOCALBASE}/bsd/bin .endif |