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:
parent
14a61ff9ad
commit
9f38eb6da1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85407
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue