Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2012 22:46:03 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r39523 - head/en_US.ISO8859-1/htdocs/ports
Message-ID:  <201209122246.q8CMk3QM063588@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler (src,ports committer)
Date: Wed Sep 12 22:46:03 2012
New Revision: 39523
URL: http://svn.freebsd.org/changeset/doc/39523

Log:
  "make install" is actually required, not just "make"
  
  Suggested by:	bjk
  Approved by:	gjb

Modified:
  head/en_US.ISO8859-1/htdocs/ports/index.sgml

Modified: head/en_US.ISO8859-1/htdocs/ports/index.sgml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/ports/index.sgml	Wed Sep 12 14:39:54 2012	(r39522)
+++ head/en_US.ISO8859-1/htdocs/ports/index.sgml	Wed Sep 12 22:46:03 2012	(r39523)
@@ -37,7 +37,8 @@ be committed.
 contains any patches necessary to make the original application source
 code compile and run on FreeBSD.  Installing an application is as
 simple as typing
-<A HREF="http://www.freebsd.org/cgi/man.cgi?query=make"><TT>make</TT></A>;
+<TT><A HREF="http://www.freebsd.org/cgi/man.cgi?query=make">make</A>;
+install</TT>
 in the port directory.  If you
 download the framework for the entire list of ports by installing the
 <!--<A HREF="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ports/ports.tar.gz">-->;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209122246.q8CMk3QM063588>