diff options
author | osa <osa@FreeBSD.org> | 2003-09-24 09:37:11 +0000 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-09-24 09:37:11 +0000 |
commit | fad424db6aa8e3d5d3787f06534ab341318a0851 (patch) | |
tree | 16c65d0d30c32fd9ee844536c6aa0ee73c37274d /textproc/latte | |
parent | 93bb34061fad01e2d453b6d0a6b4652d12a96df6 (diff) | |
download | FreeBSD-ports-fad424db6aa8e3d5d3787f06534ab341318a0851.zip FreeBSD-ports-fad424db6aa8e3d5d3787f06534ab341318a0851.tar.gz |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
Diffstat (limited to 'textproc/latte')
-rw-r--r-- | textproc/latte/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile index d5b5aee..d8d4cd6 100644 --- a/textproc/latte/Makefile +++ b/textproc/latte/Makefile @@ -21,7 +21,7 @@ MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}" CONFIGURE_ARGS+= --enable-shared post-install: - strip ${PREFIX}/bin/latte-html + ${STRIP_CMD} ${PREFIX}/bin/latte-html ${LN} -sf ${PREFIX}/bin/latte-html ${PREFIX}/bin/latte ${CP} -Rp ${WRKSRC}/tests ${PREFIX}/share/latte/ |