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 | d7d0911385d5e2224821505b5bd6d814cf983bc0 (patch) | |
tree | 0474d1df31a1c574d6fcd725f0cab6299c8c3d1c /textproc/db2latex | |
parent | 103b893315722c655708ff78614d815a7ced5e82 (diff) | |
download | pkgsrc-d7d0911385d5e2224821505b5bd6d814cf983bc0.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/db2latex')
-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} |