diff options
author | olgeni <olgeni@FreeBSD.org> | 2017-11-01 21:10:35 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2017-11-01 21:10:35 +0800 |
commit | c34368a9821f72298143065b53868f8b7b70cabf (patch) | |
tree | 9695b297af36ba840f671615e51523a713e61430 /x11/keylaunch | |
parent | 5319c08d3767fc10a712131b3bb41ecc38624718 (diff) | |
download | freebsd-ports-gnome-c34368a9821f72298143065b53868f8b7b70cabf.tar.gz freebsd-ports-gnome-c34368a9821f72298143065b53868f8b7b70cabf.tar.zst freebsd-ports-gnome-c34368a9821f72298143065b53868f8b7b70cabf.zip |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Diffstat (limited to 'x11/keylaunch')
-rw-r--r-- | x11/keylaunch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/keylaunch/Makefile b/x11/keylaunch/Makefile index a85bab226461..4c503573276b 100644 --- a/x11/keylaunch/Makefile +++ b/x11/keylaunch/Makefile @@ -15,7 +15,7 @@ USES= perl5 gmake USE_PERL5= build USE_XORG= x11 -SUB_FILES= pkg-message +SUB_FILES= pkg-message post-patch: @${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile |