diff options
Diffstat (limited to 'www/web500gw/Makefile')
-rw-r--r-- | www/web500gw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/web500gw/Makefile b/www/web500gw/Makefile index 6f1e8e700776..448427283ce9 100644 --- a/www/web500gw/Makefile +++ b/www/web500gw/Makefile @@ -36,7 +36,7 @@ MAN8= web500gw.8 WEB500GWDIR= ${PREFIX}/etc/web500gw post-install: - strip ${INSTDIR}/web500gw + ${STRIP_CMD} ${INSTDIR}/web500gw @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |