diff options
Diffstat (limited to 'textproc/jade/Makefile')
-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" |