diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-10 21:55:40 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-10 21:55:40 +0000 |
commit | 8a2bcedba51d42fefee385e2d0708d7d760191c5 (patch) | |
tree | 0474d1df31a1c574d6fcd725f0cab6299c8c3d1c /textproc | |
parent | 6bd583db9c6cce594fe59ba5c1f280798f938b10 (diff) | |
download | pkgsrc-8a2bcedba51d42fefee385e2d0708d7d760191c5.tar.gz |
Remove an install command that doesn't install anything. Should have
been removed when the package was updated to 0.8pre1.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/db2latex/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/db2latex/Makefile b/textproc/db2latex/Makefile index b50cc13e0d3..b7648515157 100644 --- a/textproc/db2latex/Makefile +++ b/textproc/db2latex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/11/25 20:47:00 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/10 21:55:40 minskim Exp $ DISTNAME= db2latex-xsl-0.8pre1 PKGNAME= ${DISTNAME:S/xsl-//} @@ -30,7 +30,6 @@ post-extract: do-install: ${INSTALL_DATA_DIR} ${DOCDIR} ${INSTALL_DATA_DIR} ${XSLDIR} - ${INSTALL_DATA_DIR} ${EGDIR} cd ${WRKSRC}/doc && ${PAX} -rwpm . ${DOCDIR} cd ${WRKSRC} && ${PAX} -rwpm AUTHOR COPYING COPYRIGHT README \ TODO VERSION ${DOCDIR} |