diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-10-08 23:11:28 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-10-08 23:11:28 +0800 |
commit | 1c460a5b00a5221991545a04e5cdba8565fc2839 (patch) | |
tree | 950065fafc9374ef5ac291e71c9f3b3434f87377 /archivers | |
parent | 21f44327e690a77d7f97b9e2ef0ecd8daa2b959d (diff) | |
download | freebsd-ports-gnome-1c460a5b00a5221991545a04e5cdba8565fc2839.tar.gz freebsd-ports-gnome-1c460a5b00a5221991545a04e5cdba8565fc2839.tar.zst freebsd-ports-gnome-1c460a5b00a5221991545a04e5cdba8565fc2839.zip |
Remove trailing whitespace from Makefiles, A-L.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/peazip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/peazip/Makefile b/archivers/peazip/Makefile index 6097bf54345d..f48a9bf41962 100644 --- a/archivers/peazip/Makefile +++ b/archivers/peazip/Makefile @@ -109,7 +109,7 @@ do-install: ${INSTALL_PROGRAM} peazip ${STAGEDIR}${DATADIR} @cd ${WRKSRC}/FreeDesktop_integration && \ ${INSTALL_DATA} peazip.desktop ${STAGEDIR}${DESKTOPDIR} && \ - ${INSTALL_DATA} peazip.png ${STAGEDIR}${PREFIX}/share/pixmaps/ + ${INSTALL_DATA} peazip.png ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_SCRIPT} ${WRKDIR}/pea ${WRKDIR}/pealauncher ${WRKDIR}/peazip ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.post.mk> |