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 <cswiger@mac.com>
This commit is contained in:
Jun Kuriyama 2003-07-23 02:55:40 +00:00
parent 14a61ff9ad
commit 9f38eb6da1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85407

View file

@ -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