Remove @comment $FreeBSD$ from plists.
Whatever you do, things always get to creep back in the ports tree. Sponsored by: Absolight
This commit is contained in:
parent
85653b409d
commit
a33cc87ee8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438750
4 changed files with 5 additions and 3 deletions
|
@ -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}
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
@comment $FreeBSD$
|
||||
include/linenoise.h
|
||||
lib/liblinenoise.a
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@comment $FreeBSD$
|
||||
include/UnitTest++/AssertException.h
|
||||
include/UnitTest++/CheckMacros.h
|
||||
include/UnitTest++/Checks.h
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@comment $FreeBSD$
|
||||
%%WEBSERVER%%bin/lwsws
|
||||
%%WEBSERVER%%include/lejp.h
|
||||
include/libwebsockets.h
|
||||
|
|
Loading…
Reference in a new issue