diff options
author | dirk <dirk@FreeBSD.org> | 1999-01-27 20:47:14 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-01-27 20:47:14 +0800 |
commit | cb95dda88e936661c344ae2c2d9b1875f4bc51bf (patch) | |
tree | 8087e55b6040bc7014251113046bfc97066b1c60 /textproc/openjade | |
parent | 285733d1c10dfd2cba0afefc099553f5b353eb30 (diff) | |
download | freebsd-ports-graphics-cb95dda88e936661c344ae2c2d9b1875f4bc51bf.tar.gz freebsd-ports-graphics-cb95dda88e936661c344ae2c2d9b1875f4bc51bf.tar.zst freebsd-ports-graphics-cb95dda88e936661c344ae2c2d9b1875f4bc51bf.zip |
- Give it a chance to work with 4.0-CURRENT.
- strip installed binaries.
Diffstat (limited to 'textproc/openjade')
-rw-r--r-- | textproc/openjade/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index 3b856e5ca2b..697d872fa4b 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -3,7 +3,7 @@ # Date created: June 19, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.12 1998/09/28 16:35:54 jfieber Exp $ +# $Id: Makefile,v 1.13 1999/01/27 00:12:22 dirk Exp $ # DISTNAME= jade-1.2.1 @@ -16,6 +16,9 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" post-install: +.for i in jade nsgmls sgmlnorm spam spent sx + strip ${PREFIX}/bin/$i +.endfor ${MKDIR} ${PREFIX}/include/sp ${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/include/sp ${MKDIR} ${PREFIX}/share/doc/jade |