summaryrefslogtreecommitdiff
path: root/devel/libgnuregex/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgnuregex/files')
-rw-r--r--devel/libgnuregex/files/Makefile2
-rw-r--r--devel/libgnuregex/files/config.h2
-rw-r--r--devel/libgnuregex/files/gnuregex.h1
3 files changed, 0 insertions, 5 deletions
diff --git a/devel/libgnuregex/files/Makefile b/devel/libgnuregex/files/Makefile
index 2454706d4804..a2d85882b0c9 100644
--- a/devel/libgnuregex/files/Makefile
+++ b/devel/libgnuregex/files/Makefile
@@ -1,5 +1,3 @@
-# $FreeBSD$
-
LIB= gnuregex
SHLIB_MAJOR= 6
diff --git a/devel/libgnuregex/files/config.h b/devel/libgnuregex/files/config.h
index 0076f3d76dfc..b117619d0b02 100644
--- a/devel/libgnuregex/files/config.h
+++ b/devel/libgnuregex/files/config.h
@@ -1,5 +1,3 @@
-/* $FreeBSD$ */
-
#define _REGEX_RE_COMP 1
#define HAVE_LANGINFO_H 1
#define HAVE_LANGINFO_CODESET 1
diff --git a/devel/libgnuregex/files/gnuregex.h b/devel/libgnuregex/files/gnuregex.h
index 7356f9ffbe42..1229262aea85 100644
--- a/devel/libgnuregex/files/gnuregex.h
+++ b/devel/libgnuregex/files/gnuregex.h
@@ -24,7 +24,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
*/
#ifdef __GNUC__