diff options
author | John Marino <marino@FreeBSD.org> | 2014-02-26 12:06:17 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-02-26 12:06:17 +0000 |
commit | 5cafd8f988faeda2cdecfe496aeab1cce5ede687 (patch) | |
tree | 54f5cd970d3bfc1ac336f0e93f7a5bcf0dd7d97f /devel | |
parent | c85055e0aa678010053662780877412c37e19662 (diff) | |
download | ports-5cafd8f988faeda2cdecfe496aeab1cce5ede687.tar.gz ports-5cafd8f988faeda2cdecfe496aeab1cce5ede687.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/smake/pkg-descr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/smake/pkg-descr b/devel/smake/pkg-descr index 5c4676fc1b07..4c5edbaf8911 100644 --- a/devel/smake/pkg-descr +++ b/devel/smake/pkg-descr @@ -1,9 +1,9 @@ Smake is a highly portable make program with automake features. It is -currently mainly targeted to be used with the makefiles system. +currently mainly targeted to be used with the Makefiles system. -makefiles allows to mount a source tree via NFS and simultaneous -compilation on all supported platforms makefiles therefore allows to -re-use a source tree for all supported platforms in favor of the GNU +The system allows mounting a source tree via NFS and simultaneous +compilation on all supported platforms. The system therefore allows the +re-use of a source tree for all supported platforms in contrast to the GNU concept of untar -> configure -> make -> install -> remove WWW: http://cdrecord.berlios.de/old/private/smake.html |