pkgsrc-Changes-HG archive

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

[pkgsrc/tv-derecurse]: pkgsrc/mk Fix .endif comment to be more intuitive.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3021c86adc16
branches:  tv-derecurse
changeset: 483994:3021c86adc16
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Feb 11 16:51:54 2005 +0000

description:
Fix .endif comment to be more intuitive.

diffstat:

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

diffs (18 lines):

diff -r 6af9bad33d52 -r 3021c86adc16 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Fri Feb 11 15:36:39 2005 +0000
+++ b/mk/bsd.pkg.mk     Fri Feb 11 16:51:54 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1540.2.20 2005/02/11 15:36:39 tv Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1540.2.21 2005/02/11 16:51:54 tv Exp $
 #
 # This file is in the public domain.
 #
@@ -196,7 +196,7 @@
 PKG_FAIL_REASON+=''
 PKG_FAIL_REASON+='     cd ${PKGSRCDIR}/pkgtools/pkg_install && ${MAKE} clean && ${MAKE} install'
 .  endif
-.endif # NO_PKGTOOLS_REQD_CHECK
+.endif # !NO_PKGTOOLS_REQD_CHECK
 
 .if defined(ALL_TARGET)
 PKG_FAIL_REASON+='ALL_TARGET is deprecated and must be replaced with BUILD_TARGET.'



Home | Main Index | Thread Index | Old Index