Maintainer's update: use ${STRIP_CMD} for portlint happy

PR:	55560
This commit is contained in:
Sergey A. Osokin 2003-08-13 20:19:42 +00:00
parent 0f714d5391
commit 97f9dd0b34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86902

View File

@ -20,6 +20,6 @@ MAN1= nload.1
MANCOMPRESSED= yes
post-install:
strip ${PREFIX}/bin/nload
${STRIP_CMD} ${PREFIX}/bin/nload
.include <bsd.port.mk>