diff options
author | bsam <bsam@FreeBSD.org> | 2009-04-06 20:57:35 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-04-06 20:57:35 +0800 |
commit | 90befd7137cb8291fb5b2e4ece8018e4ee644082 (patch) | |
tree | f73ac9faf25ca69670df4f6df8e6ad1e2bc757c5 /Mk | |
parent | 49f00aca8828f12ff40fb2206f5e3cedc96dfb5c (diff) | |
download | freebsd-ports-gnome-90befd7137cb8291fb5b2e4ece8018e4ee644082.tar.gz freebsd-ports-gnome-90befd7137cb8291fb5b2e4ece8018e4ee644082.tar.zst freebsd-ports-gnome-90befd7137cb8291fb5b2e4ece8018e4ee644082.zip |
Add comments forgotten by me at the previous commit.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.linux-rpm.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.linux-rpm.mk b/Mk/bsd.linux-rpm.mk index 0d3fe6d12634..4e4d19e3cde5 100644 --- a/Mk/bsd.linux-rpm.mk +++ b/Mk/bsd.linux-rpm.mk @@ -1,7 +1,7 @@ #-*- mode: Makefile; tab-width: 4; -*- # ex:ts=4 # -# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.linux-rpm.mk,v 1.16 2009-04-06 12:48:13 bsam Exp $ +# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.linux-rpm.mk,v 1.17 2009-04-06 12:57:35 bsam Exp $ # # Variables: @@ -28,9 +28,9 @@ # BRANDELF_FILES - A list of files to brand as a linux executable in # case BRANDELF_DIRS can't be used. # _F8_COMPATIBLE_LINUX_BASE_PORTS - - A list of linux base ports compatible (may be used) with -f8- - linux infrastructure ports. This variable is ment - to be used at *.mk files +# - A list of linux base ports compatible (may be used) with -f8- +# linux infrastructure ports. This variable is ment +# to be used at *.mk files .if !defined(_POSTMKINCLUDED) && !defined(Linux_RPM_Pre_Include) |