diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-18 03:46:21 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-18 03:46:21 +0800 |
commit | 4792392901811a83b7baf1d577211541f4e4358f (patch) | |
tree | 395270efc65bfb58ac6a94d760b9c82f06f14969 /audio/alsaplayer | |
parent | 988ec73013a71befef6148c6d5e9bbceec6a3589 (diff) | |
download | freebsd-ports-gnome-4792392901811a83b7baf1d577211541f4e4358f.tar.gz freebsd-ports-gnome-4792392901811a83b7baf1d577211541f4e4358f.tar.zst freebsd-ports-gnome-4792392901811a83b7baf1d577211541f4e4358f.zip |
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 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> |