diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-10-08 23:11:28 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-10-08 23:11:28 +0800 |
commit | 1c460a5b00a5221991545a04e5cdba8565fc2839 (patch) | |
tree | 950065fafc9374ef5ac291e71c9f3b3434f87377 /games/sampsvr | |
parent | 21f44327e690a77d7f97b9e2ef0ecd8daa2b959d (diff) | |
download | freebsd-ports-gnome-1c460a5b00a5221991545a04e5cdba8565fc2839.tar.gz freebsd-ports-gnome-1c460a5b00a5221991545a04e5cdba8565fc2839.tar.zst freebsd-ports-gnome-1c460a5b00a5221991545a04e5cdba8565fc2839.zip |
Remove trailing whitespace from Makefiles, A-L.
Diffstat (limited to 'games/sampsvr')
-rw-r--r-- | games/sampsvr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/sampsvr/Makefile b/games/sampsvr/Makefile index c0ddde2ecec2..41245f42c240 100644 --- a/games/sampsvr/Makefile +++ b/games/sampsvr/Makefile @@ -40,7 +40,7 @@ do-install: ${FIND} ${i} -type f -exec \ ${INSTALL_DATA} "{}" "${STAGEDIR}${DATADIR}/{}" \; ${LN} -sf ${DATADIR}/${i} ${STAGEDIR}${SAMPDIR}/${i} -.endfor +.endfor ${INSTALL_DATA} ${WRKSRC}/server.cfg \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.cfg.sample ${LN} -sf ${PREFIX}/etc/${PORTNAME}.cfg ${STAGEDIR}${SAMPDIR}/server.cfg |