diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-13 17:58:51 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-13 17:58:51 +0000 |
commit | 79107f26f0c55e6ae846cbc98dccb9413729e9fb (patch) | |
tree | caad48fa638470471aaaad3f94eb63f2d4107486 /devel/noweb/Makefile | |
parent | cbc06df280d630675146762437e533fee4a5ca57 (diff) | |
download | pkgsrc-79107f26f0c55e6ae846cbc98dccb9413729e9fb.tar.gz |
Install macros where TeX can find them (viz. ${PREFIX}/share/texmf/tex/noweb).
Install examples. Bump up version number.
Diffstat (limited to 'devel/noweb/Makefile')
-rw-r--r-- | devel/noweb/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index cb32cef74fd..f4b7a9b67a8 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2001/02/16 14:38:44 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2001/04/13 17:58:51 jtb Exp $ # FreeBSD Id: Makefile,v 1.10 1997/09/15 07:22:06 tg Exp # -DISTNAME= noweb-2.9a +DISTNAME= noweb-2.9anb1 CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.virginia.edu/pub/nr/ EXTRACT_SUFX= .tgz @@ -24,4 +24,8 @@ do-configure: (cd ${WRKSRC} ; ./awkname awk) .endif +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/noweb + ${INSTALL_DATA} ${WRKDIR}/examples/* ${PREFIX}/share/examples/noweb + .include "../../mk/bsd.pkg.mk" |