diff options
author | obrien <obrien@FreeBSD.org> | 1999-08-25 12:40:22 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-08-25 12:40:22 +0800 |
commit | d44c7525e120605564f9dbc4b58bbaee725d60c0 (patch) | |
tree | bde7e27c5919533e16393b7292df2e11f197b11d | |
parent | 70d67e12cb3bcdb4de21b743152ac41d86fc7933 (diff) | |
download | freebsd-ports-gnome-d44c7525e120605564f9dbc4b58bbaee725d60c0.tar.gz freebsd-ports-gnome-d44c7525e120605564f9dbc4b58bbaee725d60c0.tar.zst freebsd-ports-gnome-d44c7525e120605564f9dbc4b58bbaee725d60c0.zip |
Id->FreeBSD rename bis
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
-rw-r--r-- | Mk/bsd.port.mk | 2 | ||||
-rw-r--r-- | Mk/bsd.port.post.mk | 2 | ||||
-rw-r--r-- | Mk/bsd.port.pre.mk | 2 | ||||
-rw-r--r-- | Mk/bsd.port.subdir.mk | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index c502c7caac0a..a217192a3f99 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $Id: bsd.port.mk,v 1.315 1999/07/23 09:36:54 asami Exp $ +# $FreeBSD$ # $NetBSD: $ # # bsd.port.mk - 940820 Jordan K. Hubbard. diff --git a/Mk/bsd.port.post.mk b/Mk/bsd.port.post.mk index d34d246c5fb9..82c203c86ec3 100644 --- a/Mk/bsd.port.post.mk +++ b/Mk/bsd.port.post.mk @@ -1,4 +1,4 @@ -# $Id: bsd.port.post.mk,v 1.1 1998/11/11 05:21:28 asami Exp $ +# $FreeBSD$ AFTERPORTMK= yes diff --git a/Mk/bsd.port.pre.mk b/Mk/bsd.port.pre.mk index 739ebd51cfef..4c22c64d0844 100644 --- a/Mk/bsd.port.pre.mk +++ b/Mk/bsd.port.pre.mk @@ -1,4 +1,4 @@ -# $Id: bsd.port.pre.mk,v 1.1 1998/11/11 05:21:29 asami Exp $ +# $FreeBSD$ BEFOREPORTMK= yes diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index d7785d481c88..3169eb72be48 100644 --- a/Mk/bsd.port.subdir.mk +++ b/Mk/bsd.port.subdir.mk @@ -1,5 +1,5 @@ # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 -# $Id: bsd.port.subdir.mk,v 1.31 1999/07/23 09:36:55 asami Exp $ +# $FreeBSD$ # # The include file <bsd.port.subdir.mk> contains the default targets # for building ports subdirectories. |