pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Fix endif typo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/854ef56e74ac
branches:  trunk
changeset: 487487:854ef56e74ac
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Jan 15 08:59:28 2005 +0000

description:
Fix endif typo

diffstat:

 mk/bsd.options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2df5d4cef4da -r 854ef56e74ac mk/bsd.options.mk
--- a/mk/bsd.options.mk Sat Jan 15 08:33:23 2005 +0000
+++ b/mk/bsd.options.mk Sat Jan 15 08:59:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.options.mk,v 1.14 2004/12/05 23:23:50 schmonz Exp $
+# $NetBSD: bsd.options.mk,v 1.15 2005/01/15 08:59:28 adrianp Exp $
 #
 # This Makefile fragment provides boilerplate code for standard naming
 # conventions for handling per-package build options.
@@ -74,7 +74,7 @@
 # #
 # .if !defined(PKG_OPTIONS.wibble)
 # PKG_DEFAULT_OPTIONS+=                sasl
-# endif
+# .endif
 # .include "../../mk/bsd.options.mk"
 #
 # # Package-specific option-handling



Home | Main Index | Thread Index | Old Index