diff options
author | dholland <dholland@pkgsrc.org> | 2015-12-29 04:54:34 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-12-29 04:54:34 +0000 |
commit | 98785d5e4affb6557d62111b953c336f8af8ea21 (patch) | |
tree | 22660914e25548c12358662b9ca43a700d7d49a9 /www/yaws | |
parent | ed68e0788eeb4d65e2c1a411188b70d43224df36 (diff) | |
download | pkgsrc-98785d5e4affb6557d62111b953c336f8af8ea21.tar.gz |
Whitespace.
Diffstat (limited to 'www/yaws')
-rw-r--r-- | www/yaws/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/yaws/Makefile b/www/yaws/Makefile index 8092828fb8e..ec75e09f382 100644 --- a/www/yaws/Makefile +++ b/www/yaws/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/08/13 10:59:39 is Exp $ +# $NetBSD: Makefile,v 1.13 2015/12/29 04:54:38 dholland Exp $ # DISTNAME= yaws-1.97 @@ -43,12 +43,12 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1 INSTALLATION_DIRS+= ${PKGMANDIR}/man5 # remove after upgrading to a now()-less yaws: -SUBST_CLASSES+= now -SUBST_STAGE.now= post-patch -SUBST_FILES.now= */*.erl -SUBST_SED.now= -e 's|\([^:a-zA-Z]\)now()|\1erlang:timestamp()|g' -SUBST_SED.now+= -e 's|\([^:a-zA-Z]\)erlang:now()|\1erlang:timestamp()|g' -SUBST_MESSAGE.now= Replacing now(). +SUBST_CLASSES+= now +SUBST_STAGE.now= post-patch +SUBST_FILES.now= */*.erl +SUBST_SED.now= -e 's|\([^:a-zA-Z]\)now()|\1erlang:timestamp()|g' +SUBST_SED.now+= -e 's|\([^:a-zA-Z]\)erlang:now()|\1erlang:timestamp()|g' +SUBST_MESSAGE.now= Replacing now(). post-patch: ${RM} ${WRKDIR}/yaws |