Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153439086
D648.id1174.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D648.id1174.diff
View Options
Index: en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml
+++ en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml
@@ -11,14 +11,14 @@
<title>A Sample <filename>Makefile</filename></title>
- <para>Here is a sample <filename>Makefile</filename> that you can
- use to create a new port. Make sure you remove all the extra
+ <para>Here is a sample <filename>Makefile</filename> that can be
+ used to create a new port. Make sure to remove all the extra
comments (ones between brackets)!</para>
- <para>It is recommended that you follow this format (ordering of
+ <para>It is recommended to follow this format (ordering of
variables, empty lines between sections, etc.). This format is
designed so that the most important information is easy to locate.
- We recommend that you use
+ We recommend the use of
<link linkend="porting-portlint">portlint</link> to check the
<filename>Makefile</filename>.</para>
@@ -27,7 +27,7 @@
[The optional <emphasis>Created by:</emphasis> line names the person who originally
created the port. Note that the <quote>:</quote> is followed by a space
and not a tab character.
-If this line is present, future maintainers should
+If this line is present, future maintainers must
not change or remove it except at the original author's request.]
# $FreeBSD$
@@ -45,7 +45,7 @@
PORTVERSION= 18.2
CATEGORIES= print
[do not forget the trailing slash ("/")!
- if you are not using MASTER_SITE_* macros]
+ if not using MASTER_SITE_* macros]
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
PKGNAMEPREFIX= ja-
@@ -74,8 +74,8 @@
IS_INTERACTIVE= yes
[If it extracts to a directory other than ${DISTNAME}...]
WRKSRC= ${WRKDIR}/xdvi-new
-[If the distributed patches were not made relative to ${WRKSRC}, you
- may need to tweak this]
+[If the distributed patches were not made relative to ${WRKSRC},
+ this may need to be tweaked]
PATCH_DIST_STRIP= -p1
[If it requires a "configure" script generated by GNU autoconf to be run]
GNU_CONFIGURE= yes
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 4:33 AM (22 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31953542
Default Alt Text
D648.id1174.diff (2 KB)
Attached To
Mode
D648: [porting-samplem] igor -Ry and some other rewording and fixes.
Attached
Detach File
Event Timeline
Log In to Comment