aboutsummaryrefslogtreecommitdiff
path: root/games/libretro-handy
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-09-07 10:26:41 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-09-07 10:26:41 +0000
commitb86221feeafaacbff38b27dd5999866460e3a67b (patch)
tree3676292e1789fe02d454a20e278813d99867495a /games/libretro-handy
parenta707d16a2d1eab39ea706e33efa0dc0e26929dcb (diff)
downloadports-b86221feeafaacbff38b27dd5999866460e3a67b.tar.gz
ports-b86221feeafaacbff38b27dd5999866460e3a67b.zip
cleanup: remove trailing whitepaces
Diffstat (limited to 'games/libretro-handy')
-rw-r--r--games/libretro-handy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/libretro-handy/Makefile b/games/libretro-handy/Makefile
index 8a997a303042..cc270e136dc2 100644
--- a/games/libretro-handy/Makefile
+++ b/games/libretro-handy/Makefile
@@ -19,5 +19,5 @@ PLIST_FILES= lib/libretro/handy_libretro.so
do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
${INSTALL_LIB} ${WRKSRC}/handy_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
-
+
.include <bsd.port.mk>