diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-18 03:46:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-18 03:46:21 +0800 |
commit | 759012b0c4e6de9c44e52ad2e0055440520035c2 (patch) | |
tree | 15af9b7f755800b48ed4a402aabebcf42fc1500d /audio | |
parent | 8f29f8bff487cab9223f2428cf405f83e4c17e74 (diff) | |
download | freebsd-ports-gnome-759012b0c4e6de9c44e52ad2e0055440520035c2.tar.gz freebsd-ports-gnome-759012b0c4e6de9c44e52ad2e0055440520035c2.tar.zst freebsd-ports-gnome-759012b0c4e6de9c44e52ad2e0055440520035c2.zip |
Remove some whitespace to quite portlint.
Diffstat (limited to 'audio')
-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 e32c9c6c8bc5..32394efc2772 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> |