diff options
author | tron <tron@pkgsrc.org> | 2002-12-06 19:33:50 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-12-06 19:33:50 +0000 |
commit | ec04a4c6f1bcfed5702729fec7f53d31df4d0faf (patch) | |
tree | 122eb7ffa727e0460113ad36c1288a1a92b2dc9d /textproc | |
parent | 2d21202261dcc98f487bb5c597cdab7dedda30a6 (diff) | |
download | pkgsrc-ec04a4c6f1bcfed5702729fec7f53d31df4d0faf.tar.gz |
Backout latest change. It was apparently only necessary because of some
kind of bug in NetBSD-current.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/jade/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index 0508354db4b..813a5d16e6c 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/12/04 07:59:36 tron Exp $ +# $NetBSD: Makefile,v 1.23 2002/12/06 19:33:50 tron Exp $ DISTNAME= jade-1.2.1 PKGREVISION= 4 @@ -49,10 +49,6 @@ post-install: # Installed by print/tex-jadetex ${RM} ${PREFIX}/share/sgml/jade/*jadetex.* -post-build: - cd ${BUILDLINK_DIR}/lib; \ - ${FIND} ${WRKSRC} -name "lib*.so" | ${XARGS} -n 1 ${LN} -fs - .include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |