summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1994-12-11 14:12:30 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1994-12-11 14:12:30 +0000
commit0d4f92c05fe7b88dfa0796257f7a73a4b82ae017 (patch)
tree2f5b3df6552da54ab1b4f4aad4f175bcb642f323 /Mk
parent1) Small tidyup (diff)
Erk. Damn. A hash perfixing a comment was lost somewhere.
Fixed.
Notes
Notes: svn path=/head/; revision=547
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 5b1eafddb110..1314f8b60c1a 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.74 1994/11/25 17:04:02 ache Exp $
+# $Id: bsd.port.mk,v 1.75 1994/12/10 18:07:38 gpalmer Exp $
#
# Please view me with 4 column tabs!
@@ -57,7 +57,7 @@
# USE_GMAKE - Says that the port uses gmake.
# USE_IMAKE - Says that the port uses imake.
# NO_INSTALL_MANPAGES - For imake ports that don't like the install.man
- target.
+# target.
# HAS_CONFIGURE - Says that the port has its own configure script.
# GNU_CONFIGURE - Set if you are using GNU configure (optional).
# CONFIGURE_ARGS - Pass these args to configure, if $HAS_CONFIGURE.