diff options
author | osa <osa@FreeBSD.org> | 2003-08-13 20:19:42 +0000 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-08-13 20:19:42 +0000 |
commit | ac84c3fbaaaed1fffd507c6b9a279795f185ff23 (patch) | |
tree | b002f203313dc7271ff6a510d675facf02d7d720 | |
parent | 8634793c5aea3187d584f8d4636b28230411a201 (diff) | |
download | FreeBSD-ports-ac84c3fbaaaed1fffd507c6b9a279795f185ff23.zip FreeBSD-ports-ac84c3fbaaaed1fffd507c6b9a279795f185ff23.tar.gz |
Maintainer's update: use ${STRIP_CMD} for portlint happy
PR: 55560
-rw-r--r-- | net/nload/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile index bb50179..cf9d376 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -20,6 +20,6 @@ MAN1= nload.1 MANCOMPRESSED= yes post-install: - strip ${PREFIX}/bin/nload + ${STRIP_CMD} ${PREFIX}/bin/nload .include <bsd.port.mk> |