svn commit: r39523 - head/en_US.ISO8859-1/htdocs/ports
Eitan Adler
eadler at FreeBSD.org
Wed Sep 12 22:46:04 UTC 2012
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">-->
More information about the svn-doc-all
mailing list