diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-17 19:46:21 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-17 19:46:21 +0000 |
commit | 759012b0c4e6de9c44e52ad2e0055440520035c2 (patch) | |
tree | 15af9b7f755800b48ed4a402aabebcf42fc1500d /audio/alsaplayer | |
parent | 8f29f8bff487cab9223f2428cf405f83e4c17e74 (diff) | |
download | FreeBSD-ports-759012b0c4e6de9c44e52ad2e0055440520035c2.zip FreeBSD-ports-759012b0c4e6de9c44e52ad2e0055440520035c2.tar.gz |
Remove some whitespace to quite portlint.
Diffstat (limited to 'audio/alsaplayer')
-rw-r--r-- | audio/alsaplayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/alsaplayer/Makefile b/audio/alsaplayer/Makefile index e32c9c6..32394ef 100644 --- a/audio/alsaplayer/Makefile +++ b/audio/alsaplayer/Makefile @@ -183,5 +183,5 @@ post-patch: post-configure: @${REINPLACE_CMD} -e "s|CPPFLAGS = -I/usr/local/include|CPPFLAGS = |g" \ ${WRKSRC}/app/Makefile - + .include <bsd.port.post.mk> |