diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-10-08 15:11:28 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-10-08 15:11:28 +0000 |
commit | 42bc424f618b6148fae4b6088ace14057513f0bc (patch) | |
tree | 950065fafc9374ef5ac291e71c9f3b3434f87377 /lang/lua-ada | |
parent | a46575cc6b74f2c79622412b76ba5fd931d9a326 (diff) | |
download | ports-42bc424f618b6148fae4b6088ace14057513f0bc.tar.gz ports-42bc424f618b6148fae4b6088ace14057513f0bc.zip |
Remove trailing whitespace from Makefiles, A-L.
Notes
Notes:
svn path=/head/; revision=398832
Diffstat (limited to 'lang/lua-ada')
-rw-r--r-- | lang/lua-ada/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/lua-ada/Makefile b/lang/lua-ada/Makefile index ea6f819f0859..ddc3064b2799 100644 --- a/lang/lua-ada/Makefile +++ b/lang/lua-ada/Makefile @@ -57,7 +57,7 @@ do-install: ${STAGEDIR}${PREFIX}/include/lua-ada .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/example1/bin \ - ${STAGEDIR}${EXAMPLESDIR}/example2/bin + ${STAGEDIR}${EXAMPLESDIR}/example2/bin ${INSTALL_DATA} ${EXDIRPREFIX}1/example1.lua \ ${EXDIRPREFIX}1/src/main.adb \ ${STAGEDIR}${EXAMPLESDIR}/example1 |