diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-05-11 03:58:39 +0800 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-05-11 03:58:39 +0800 |
commit | aea041f3a2b531c0265897f6aec59936a96a9f35 (patch) | |
tree | da4a6c7fed7f643b45ecb78b85396f702520bc7e | |
parent | 223a43861aa7bf94ef6ca810156b098030e34e98 (diff) | |
download | freebsd-ports-gnome-aea041f3a2b531c0265897f6aec59936a96a9f35.tar.gz freebsd-ports-gnome-aea041f3a2b531c0265897f6aec59936a96a9f35.tar.zst freebsd-ports-gnome-aea041f3a2b531c0265897f6aec59936a96a9f35.zip |
games/weebsay: Remove erroneous newline at end of Makefile
-rw-r--r-- | games/weebsay/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/weebsay/Makefile b/games/weebsay/Makefile index 9dd732086a88..ec992c2fbd3d 100644 --- a/games/weebsay/Makefile +++ b/games/weebsay/Makefile @@ -24,4 +24,3 @@ GH_TUPLE= fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \ PLIST_FILES= bin/${PORTNAME} .include <bsd.port.mk> - |