summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2003-07-25 02:44:09 +0000
committergrant <grant>2003-07-25 02:44:09 +0000
commit3ce56c77c86023792ac30ed8f5d2ea3da13ed278 (patch)
treeecc0bd39aff00cf33442243e661aef65c06fedd8 /Makefile
parent818a3e607db5085b771fb81b26c3bb6bc7701400 (diff)
downloadpkgsrc-3ce56c77c86023792ac30ed8f5d2ea3da13ed278.tar.gz
style nit:
target:<space>depends, not <tab>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 18611d5cc6b..56eea6ffb32 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2003/07/25 02:43:00 grant Exp $
+# $NetBSD: Makefile,v 1.58 2003/07/25 02:44:09 grant Exp $
#
.include "mk/bsd.prefs.mk"
@@ -145,10 +145,10 @@ ${.CURDIR}/INDEX: ${.CURDIR}/PKGDB
@${AWK} -f ./mk/scripts/genindex.awk PKGSRCDIR=${.CURDIR} SORT=${SORT} ${.CURDIR}/PKGDB
@${RM} -f ${.CURDIR}/PKGDB
-print-index: ${.CURDIR}/INDEX
+print-index: ${.CURDIR}/INDEX
@${AWK} -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\nArch:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9, $$10); }' < ${.CURDIR}/INDEX
-search: ${.CURDIR}/INDEX
+search: ${.CURDIR}/INDEX
.if !defined(key)
@${ECHO} "The search target requires a keyword parameter,"
@${ECHO} "e.g.: \"${MAKE} search key=somekeyword\""