diff options
author | olgeni <olgeni@FreeBSD.org> | 2017-11-03 05:41:47 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2017-11-03 05:41:47 +0800 |
commit | 3ccdee572e0b19f483b93936b06bf74943d15b74 (patch) | |
tree | 703ea97b5e5fc4a7ad76317a23ee70bd12ff1494 /comms | |
parent | 4abad86ffdb19757de8af73cba3d770e8e3ec74e (diff) | |
download | freebsd-ports-gnome-3ccdee572e0b19f483b93936b06bf74943d15b74.tar.gz freebsd-ports-gnome-3ccdee572e0b19f483b93936b06bf74943d15b74.tar.zst freebsd-ports-gnome-3ccdee572e0b19f483b93936b06bf74943d15b74.zip |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ebook2cw/Makefile | 2 | ||||
-rw-r--r-- | comms/ebook2cwgui/Makefile | 2 | ||||
-rw-r--r-- | comms/yfklog/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/comms/ebook2cw/Makefile b/comms/ebook2cw/Makefile index 612d497e3e49..471655108e7b 100644 --- a/comms/ebook2cw/Makefile +++ b/comms/ebook2cw/Makefile @@ -26,7 +26,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ebook2cw ${STAGEDIR}${PREFIX}/bin/ebook2cw ${INSTALL_DATA} ${WRKSRC}/ebook2cw.1 ${STAGEDIR}${PREFIX}/man/man1 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -.for f in ebook2cw.conf isomap.txt utf8map.txt +.for f in ebook2cw.conf isomap.txt utf8map.txt ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${EXAMPLESDIR}/$f .endfor ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/comms/ebook2cwgui/Makefile b/comms/ebook2cwgui/Makefile index af6506944763..368d2c22b626 100644 --- a/comms/ebook2cwgui/Makefile +++ b/comms/ebook2cwgui/Makefile @@ -26,7 +26,7 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/ebook2cwgui ${STAGEDIR}${PREFIX}/bin/ebook2cwgui @${INSTALL_DATA} ${WRKSRC}/ebook2cwgui.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in README COPYING ChangeLog +.for f in README COPYING ChangeLog @${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}/$f .endfor diff --git a/comms/yfklog/Makefile b/comms/yfklog/Makefile index 5f867e0f7e5f..307aaedb5844 100644 --- a/comms/yfklog/Makefile +++ b/comms/yfklog/Makefile @@ -43,7 +43,7 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DATADIR} .endfor ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/onlinelog -.for f in README search.php test.txt +.for f in README search.php test.txt ${INSTALL_DATA} ${WRKSRC}/onlinelog/$f ${STAGEDIR}${EXAMPLESDIR}/onlinelog .endfor ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/clubs |