summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1995-03-23 20:42:42 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1995-03-23 20:42:42 +0000
commit9c2478af89567c3da775fea75ecdc3b25bdaae75 (patch)
tree23c98c1317173921e2a669d4c034259114796464 /Mk/bsd.port.mk
parentAdd maintainer to the index line. (diff)
Add a misssing `@' from before echo -n "|${MAINTAINER}"
Notes
Notes: svn path=/head/; revision=1186
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 7a5a21621fde..fa28a18769bd 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1,9 +1,9 @@
-# -*- mode: Fundamental; tab-width: 4; -*-
+ -*- mode: Fundamental; tab-width: 4; -*-
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.123 1995/03/22 21:28:31 jkh Exp $
+# $Id: bsd.port.mk,v 1.124 1995/03/22 21:46:04 jkh Exp $
#
# Please view me with 4 column tabs!
@@ -341,7 +341,7 @@ describe:
else \
echo -n "|/dev/null"; \
fi
- echo -n "|${MAINTAINER}"
+ @echo -n "|${MAINTAINER}"
@echo ""
.endif