diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-11 10:41:00 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-11 10:41:00 +0800 |
commit | 8eaede34a3f2aa1b983e7e87c8eba8b174e488f7 (patch) | |
tree | 3af41aa68897b743d0c3e85e1a42c90c69b2e447 /games | |
parent | bffb3e33ede60fd61eb4c267394408d80c85fc15 (diff) | |
download | freebsd-ports-gnome-8eaede34a3f2aa1b983e7e87c8eba8b174e488f7.tar.gz freebsd-ports-gnome-8eaede34a3f2aa1b983e7e87c8eba8b174e488f7.tar.zst freebsd-ports-gnome-8eaede34a3f2aa1b983e7e87c8eba8b174e488f7.zip |
Remove a trailing blank line to make portlint a bit happier.
Approved by: portmgr (implicit)
Diffstat (limited to 'games')
-rw-r--r-- | games/wolfpack/scripts/configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/wolfpack/scripts/configure b/games/wolfpack/scripts/configure index 779604881e31..f3e3f2666748 100644 --- a/games/wolfpack/scripts/configure +++ b/games/wolfpack/scripts/configure @@ -41,4 +41,3 @@ if [ -z "$CC" ]; then fi sed -e "s/%%CC%%/$CC/" -e "s/%%NAME%%/$name/" -e "s/%%USERNAME%%/$username/" -e "s/%%EMAIL%%/$email/" -e "s#%%EMPDIR%%#$PREFIX/wolfpack#" <$FROM >$TO - |