diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-15 10:31:54 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-15 10:31:54 +0000 |
commit | 5b4f2ad658c29e52e0e14810a992741e35b40b39 (patch) | |
tree | 04a541ae461fb3406672a9841bdffb530e70e3b5 /Mk/Uses/pure.mk | |
parent | Move to version 1.2.9, the final in the 1.2 series. (diff) |
Move MAINTAINER lines to the end of the initial comment block and
make things a bit more consistent.
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=348308
Diffstat (limited to 'Mk/Uses/pure.mk')
-rw-r--r-- | Mk/Uses/pure.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/Uses/pure.mk b/Mk/Uses/pure.mk index 7866b1df8179..76655eb5506a 100644 --- a/Mk/Uses/pure.mk +++ b/Mk/Uses/pure.mk @@ -3,14 +3,13 @@ # # Provide support for Pure Programming Language based projects # -# MAINTAINER= nemysis@FreeBSD.org -# # Feature: pure # Usage: USES=pure or USES=pure:ARGS # Valid ARGS: ffi # ARGS description: # ffi makes the port depends on pure-ffi at runtime # +# MAINTAINER= nemysis@FreeBSD.org .if !defined(_INCLUDE_USES_PURE_MK) _INCLUDE_USES_PURE_MK= yes |