diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2010-08-01 09:11:47 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2010-08-01 09:11:47 +0000 |
commit | bc333f1c30e1de658720479ab1d33fc790ef08ac (patch) | |
tree | e9a89fd3a98a88fc7cc19c3c67ef9f8921c6fd3f /net/Sockets | |
parent | 8a1cdf156ba443e8ff0340989c43800e8df309fa (diff) |
- Revert changes to documentation lines on port's Makefile.
- These lines document who/when created the original port.
- They should never be changed.
- See FreeBSD Porter's Handbook Chapter 13: A Sample Makefile.
- http://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html
- No functional change to the port.
Pointy hat: jpaetzel
Notes
Notes:
svn path=/head/; revision=258566
Diffstat (limited to 'net/Sockets')
-rw-r--r-- | net/Sockets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Sockets/Makefile b/net/Sockets/Makefile index d6b9d8a37093..490743b1320a 100644 --- a/net/Sockets/Makefile +++ b/net/Sockets/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: C++ Sockets -# Date created: Tue Jun 29 16:00:00 UTC 2010 -# Whom: Andrea Venturoli <ml@netfence.it> +# Date created: Sat Jan 15 16:17:20 UTC 2005 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # # $FreeBSD$ # |