diff options
author | mat <mat@FreeBSD.org> | 2017-04-18 04:16:25 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-04-18 04:16:25 +0800 |
commit | 40ef9408c765b805d148e0395a875de992c9ea18 (patch) | |
tree | 60a2561f9a20ab44800b84aa890d87a406e72875 /Mk | |
parent | 24ce2dfab4bcc2ca873c6920aa05a243d310124f (diff) | |
download | freebsd-ports-gnome-40ef9408c765b805d148e0395a875de992c9ea18.tar.gz freebsd-ports-gnome-40ef9408c765b805d148e0395a875de992c9ea18.tar.zst freebsd-ports-gnome-40ef9408c765b805d148e0395a875de992c9ea18.zip |
Remove @comment $FreeBSD$ from plists.
Whatever you do, things always get to creep back in the ports tree.
Sponsored by: Absolight
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 50135f7ffadf..c7fc69265fd7 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1903,6 +1903,11 @@ ${_f}_ARGS:= ${f:C/^[^\:]*(\:|\$)//:S/,/ /g} .include "${USESDIR}/${f:C/\:.*//}.mk" .endfor +.if !target(dos2unix) +dos2unix: + @${TRUE} +.endif + .if defined(USE_LOCALE) CONFIGURE_ENV+= LANG=${USE_LOCALE} LC_ALL=${USE_LOCALE} MAKE_ENV+= LANG=${USE_LOCALE} LC_ALL=${USE_LOCALE} |