diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-07-23 02:55:40 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-07-23 02:55:40 +0000 |
commit | fd15b12c27c35e762dd2d5b63bdca7c7f458418b (patch) | |
tree | 8b2e3429bbab8af5826bbd52d57a23fb889afa23 /textproc/jade | |
parent | 7d3f3151ccbe9a8fe10d0d8270425effb042bfd1 (diff) | |
download | FreeBSD-ports-fd15b12c27c35e762dd2d5b63bdca7c7f458418b.zip FreeBSD-ports-fd15b12c27c35e762dd2d5b63bdca7c7f458418b.tar.gz |
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>
Diffstat (limited to 'textproc/jade')
-rw-r--r-- | textproc/jade/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |