diff options
author | gerald <gerald@FreeBSD.org> | 2014-03-15 18:31:54 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-03-15 18:31:54 +0800 |
commit | 9f88ad4ae9bfad8f340e89694d8f556efe320211 (patch) | |
tree | 04a541ae461fb3406672a9841bdffb530e70e3b5 /Mk/Uses/pathfix.mk | |
parent | 20062111a4c3acaade57187530cbecda660d9a7e (diff) | |
download | freebsd-ports-gnome-9f88ad4ae9bfad8f340e89694d8f556efe320211.tar.gz freebsd-ports-gnome-9f88ad4ae9bfad8f340e89694d8f556efe320211.tar.zst freebsd-ports-gnome-9f88ad4ae9bfad8f340e89694d8f556efe320211.zip |
Move MAINTAINER lines to the end of the initial comment block and
make things a bit more consistent.
Approved by: portmgr (bapt)
Diffstat (limited to 'Mk/Uses/pathfix.mk')
-rw-r--r-- | Mk/Uses/pathfix.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Mk/Uses/pathfix.mk b/Mk/Uses/pathfix.mk index 069c056dc156..80e5981644f3 100644 --- a/Mk/Uses/pathfix.mk +++ b/Mk/Uses/pathfix.mk @@ -3,13 +3,12 @@ # Lookup in Makefile.in and configure for common incorrect paths and set them # to respect FreeBSD hier # -# MAINTAINER: portmgr@FreeBSD.org -# # Feature: pathfix # Usage: USES=pathfix # Valid ARGS: does not require args # -# +# MAINTAINER: portmgr@FreeBSD.org + .if !defined(_INCLUDE_USES_PATHFIX_MK) _INCLUDE_USES_PATHFIX_MK= yes |