diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1994-12-11 22:12:30 +0800 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1994-12-11 22:12:30 +0800 |
commit | 62ca41ab9afa1a004444e72468629a71d6ef2ebe (patch) | |
tree | e42d017e260b0c586d651b894ed1b72b9c3b63a0 /Mk/bsd.port.mk | |
parent | 0513b9d7c53c2b619a7411a08ca34cb44f30ff6f (diff) | |
download | freebsd-ports-gnome-62ca41ab9afa1a004444e72468629a71d6ef2ebe.tar.gz freebsd-ports-gnome-62ca41ab9afa1a004444e72468629a71d6ef2ebe.tar.zst freebsd-ports-gnome-62ca41ab9afa1a004444e72468629a71d6ef2ebe.zip |
Erk. Damn. A hash perfixing a comment was lost somewhere.
Fixed.
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
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. |