From fd15b12c27c35e762dd2d5b63bdca7c7f458418b Mon Sep 17 00:00:00 2001 From: kuriyama Date: Wed, 23 Jul 2003 02:55:40 +0000 Subject: Fix by using $STRIP_CMD rather than $STRIP. Bump PORTREVISION because this breakage is ignored and packaged as non-stripped binary. Reported by: Chuck Swiger --- textproc/jade/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/jade') diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index 3d6ddca..f9116e7 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -7,7 +7,7 @@ PORTNAME= jade PORTVERSION= 1.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= ftp://ftp.jclark.com/pub/jade/ @@ -38,7 +38,7 @@ pre-install: post-install: .for i in jade nsgmls sgmlnorm spam spent sx - ${STRIP} ${PREFIX}/bin/$i + ${STRIP_CMD} ${PREFIX}/bin/$i .endfor ${MKDIR} ${PREFIX}/include/sp ${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/include/sp -- cgit v1.1