summaryrefslogtreecommitdiff
path: root/devel/noweb/Makefile
diff options
context:
space:
mode:
authorjtb <jtb>2001-04-13 17:58:51 +0000
committerjtb <jtb>2001-04-13 17:58:51 +0000
commit0e91ad924e575c1b1c75d2ce35055f0bb2e9154c (patch)
treecaad48fa638470471aaaad3f94eb63f2d4107486 /devel/noweb/Makefile
parent32f97818b475fad3960f034807ef7a639346604f (diff)
downloadpkgsrc-0e91ad924e575c1b1c75d2ce35055f0bb2e9154c.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/Makefile8
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"