diff options
author | vs <vs@FreeBSD.org> | 2006-09-07 18:31:54 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-09-07 18:31:54 +0800 |
commit | 7935523ba3ebf48b35fe07360574ba1c18f287b1 (patch) | |
tree | 7c4938f106f99275ea4a372ff3c9de43b04a5cef /www | |
parent | c62285787287f7506cbc135a283373ac2e459166 (diff) | |
download | freebsd-ports-gnome-7935523ba3ebf48b35fe07360574ba1c18f287b1.tar.gz freebsd-ports-gnome-7935523ba3ebf48b35fe07360574ba1c18f287b1.tar.zst freebsd-ports-gnome-7935523ba3ebf48b35fe07360574ba1c18f287b1.zip |
Fix typos wrt. Makefile variables like $FOO}
PR: ports/102833
Submitted by: Dmitry Marakasov
Diffstat (limited to 'www')
-rw-r--r-- | www/pubcookie-login-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pubcookie-login-server/Makefile b/www/pubcookie-login-server/Makefile index 93063711d4b5..1275699addbd 100644 --- a/www/pubcookie-login-server/Makefile +++ b/www/pubcookie-login-server/Makefile @@ -83,6 +83,6 @@ Makefile.templates: configure ${ECHO_CMD} "# Generated with Makefile.templates target" > Makefile.templates ${ECHO_CMD} "LOGIN_TEMPLATES+=" `cd ${WRKSRC} && make -V LOGIN_TEMPLATES | ${SED} -e 's| *./src/login_templates.generic/| |g'` >> Makefile.templates ${ECHO_CMD} "LOGIN_IMAGES+=" `cd ${WRKSRC} && make -V LOGIN_IMAGES | ${SED} -e 's| *./src/login_templates.generic/images/| |g'` >> Makefile.templates - ${CAT{ Makefile.templates + ${CAT} Makefile.templates .include <bsd.port.post.mk> |