Redo the comments so they match the other bsd.x.mk files.

PR:		104015
Submitted by:	whitespace police (edwin)
This commit is contained in:
Boris Samorodov 2006-10-05 17:20:25 +00:00
parent 1bf8772bab
commit fbc20d300d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174563

View file

@ -1,32 +1,32 @@
#-*- mode: Makefile; tab-width: 4; -*-
# ex:ts=4
#
# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.linux-rpm.mk,v 1.10 2006-10-02 14:00:45 vd Exp $
# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.linux-rpm.mk,v 1.11 2006-10-05 17:20:25 bsam Exp $
#
# Variables:
# - LINUX_DIST: Will be used to set some dist-specific presets.
# Valid values: fedora
# - LINUX_DIST_VER: Use depends upon the dist-specific presets.
# Valid values for "fedora": all version numbers
# e.g. 3 for fedora core 3, 4 for fedora core 4
# This is used to set MASTER_SITE_{,SRC_}SUBDIR
# if it isn't already set.
# - MASTER_SITE_SRC_SUBDIR: The subdir for the src RPM's.
# - DISTFILES: For simple cases this will be set automatically
# based upon the DISTNAME.
# - SRC_DISTFILES: Variable which contains the corresponding src RPM's.
# If there's no corresponding src RPM, it has to be
# set to the empty value (SRC_DISTFILES= "").
# - AUTOMATIC_PLIST: Generate a dynamic plist (please have a look at the
# porters handbook section which talks about plists.
# This feature is reserved for rare cases).
# - BRANDELF_DIRS: A list of directories with executables to brand
# as a linux executable. The directories has to not
# contain libraries.
# - BRANDELF_FILES: A list of files to brand as a linux executable in
# case BRANDELF_DIRS can't be used.
# LINUX_DIST - Will be used to set some dist-specific presets.
# Valid values: fedora
# LINUX_DIST_VER - Use depends upon the dist-specific presets.
# Valid values for "fedora": all version numbers
# e.g. 3 for fedora core 3, 4 for fedora core 4
# This is used to set MASTER_SITE_{,SRC_}SUBDIR
# if it isn't already set.
# MASTER_SITE_SRC_SUBDIR
# - The subdir for the src RPM's.
# DISTFILES - For simple cases this will be set automatically
# based upon the DISTNAME.
# SRC_DISTFILES - Variable which contains the corresponding src RPM's.
# If there's no corresponding src RPM, it has to be
# set to the empty value (SRC_DISTFILES= "").
# AUTOMATIC_PLIST - Generate a dynamic plist (please have a look at the
# porters handbook section which talks about plists.
# This feature is reserved for rare cases).
# BRANDELF_DIRS - A list of directories with executables to brand
# as a linux executable. The directories has to not
# contain libraries.
# BRANDELF_FILES - A list of files to brand as a linux executable in
# case BRANDELF_DIRS can't be used.
.if !defined(_POSTMKINCLUDED) && !defined(Linux_RPM_Pre_Include)