diff options
Diffstat (limited to 'devel/cweb/Makefile')
-rw-r--r-- | devel/cweb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile index 57ee7c7ea4b..69d1551280f 100644 --- a/devel/cweb/Makefile +++ b/devel/cweb/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2002/03/13 17:36:48 fredb Exp $ +# $NetBSD: Makefile,v 1.13 2003/03/29 12:40:32 jmmv Exp $ # # XXX This package needs to be installed with the same PREFIX as teTeX # DISTNAME= cweb-3.63 PKGREVISION= 1 +WRKSRC= ${WRKDIR} CATEGORIES= devel lang MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=web/cweb/} @@ -14,8 +15,6 @@ COMMENT= CWEB System of Structured Documentation DEPENDS+= teTeX-[0-9]*:../../print/teTeX -WRKSRC= ${WRKDIR} - post-patch: ${MV} ${WRKSRC}/cweb.1 ${WRKSRC}/cweb.1.dist ${SED} -e 's:@PREFIX@:'${PREFIX}':g' ${WRKSRC}/cweb.1.dist \ |