diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-11 02:41:00 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-11 02:41:00 +0000 |
commit | 8eaede34a3f2aa1b983e7e87c8eba8b174e488f7 (patch) | |
tree | 3af41aa68897b743d0c3e85e1a42c90c69b2e447 | |
parent | bffb3e33ede60fd61eb4c267394408d80c85fc15 (diff) | |
download | FreeBSD-ports-8eaede34a3f2aa1b983e7e87c8eba8b174e488f7.zip FreeBSD-ports-8eaede34a3f2aa1b983e7e87c8eba8b174e488f7.tar.gz |
Remove a trailing blank line to make portlint a bit happier.
Approved by: portmgr (implicit)
-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 7796048..f3e3f26 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 - |