diff options
Diffstat (limited to 'devel/cweb/Makefile')
-rw-r--r-- | devel/cweb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile index b87c8554b25..76ebf2c8904 100644 --- a/devel/cweb/Makefile +++ b/devel/cweb/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2003/12/24 13:02:00 jmmv Exp $ +# $NetBSD: Makefile,v 1.18 2004/01/20 12:13:28 agc Exp $ # # XXX This package needs to be installed with the same PREFIX as teTeX # DISTNAME= cweb-3.64 PKGREVISION= 1 -WRKSRC= ${WRKDIR} CATEGORIES= devel lang MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=web/cweb/} @@ -17,6 +16,8 @@ CONFLICTS+= teTeX-bin>=2.0 DEPENDS+= teTeX-[0-9]*:../../print/teTeX1 +WRKSRC= ${WRKDIR} + post-patch: ${MV} ${WRKSRC}/cweb.1 ${WRKSRC}/cweb.1.dist ${SED} -e 's:@PREFIX@:'${PREFIX}':g' ${WRKSRC}/cweb.1.dist \ |