diff options
author | ak <ak@FreeBSD.org> | 2012-06-25 12:09:23 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2012-06-25 12:09:23 +0800 |
commit | 77abb0bc8cfedd52e471c22b28566de4364f658c (patch) | |
tree | a8e6a325caab5efd3ca337eaf15cf2b9d6fc4f01 /CHANGES | |
parent | 694a3e1851fe22c938ed5eb2cfc8ca58d2c86bc6 (diff) | |
download | freebsd-ports-gnome-77abb0bc8cfedd52e471c22b28566de4364f658c.tar.gz freebsd-ports-gnome-77abb0bc8cfedd52e471c22b28566de4364f658c.tar.zst freebsd-ports-gnome-77abb0bc8cfedd52e471c22b28566de4364f658c.zip |
- Fix copy-paste error
- Bump copyright year
Approved by: eadler (mentor)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ AUTHOR: amdmi3@FreeBSD.org LDFLAGS="-L${LOCALBASE}/lib" now just use CPPFLAGS+= "-I${LOCALBASE}/include" - LDFLAGS+= "-L${LOCALBASE}/include" + LDFLAGS+= "-L${LOCALBASE}/lib" Note that it's advised to append these variables (+=) instead of overriding (=) to allow customization by user. @@ -1578,7 +1578,7 @@ listed here, and it only starts on January 29, 2004. Copyright information: -Copyright 2004-2010 FreeBSD Foundation All Rights Reserved. +Copyright 2004-2012 FreeBSD Foundation All Rights Reserved. Redistribution, publication, translation and use, with or without modification, in full or in part, in any form or format of this |