diff options
author | matthew <matthew@FreeBSD.org> | 2017-02-03 16:31:36 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2017-02-03 16:31:36 +0800 |
commit | ff3cfc2b65f772ead82d6d6d4712313601f62744 (patch) | |
tree | 3c404c6da1d75c83eaf40b826f2c1424a67b029a /archivers | |
parent | b8bb50505d6adb9dc078bbc6e6985596db763685 (diff) | |
download | freebsd-ports-gnome-ff3cfc2b65f772ead82d6d6d4712313601f62744.tar.gz freebsd-ports-gnome-ff3cfc2b65f772ead82d6d6d4712313601f62744.tar.zst freebsd-ports-gnome-ff3cfc2b65f772ead82d6d6d4712313601f62744.zip |
Delete duplicate line
Submitted by: sunpoet
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/liblz4/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archivers/liblz4/Makefile b/archivers/liblz4/Makefile index 18a689e2f66a..441361b99216 100644 --- a/archivers/liblz4/Makefile +++ b/archivers/liblz4/Makefile @@ -34,7 +34,6 @@ post-patch: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lz4* - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lz4* ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblz4.so.${SO_VER} .include <bsd.port.mk> |