diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2004-04-23 11:03:56 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2004-04-23 11:03:56 +0000 |
commit | 90ab61d5f8ffc4616c83eae3993b2a743a72a272 (patch) | |
tree | ee7338e8e3b2db8e2cbc79b4f420d1e0b0c7cf1a /devel | |
parent | update to 0.58 (diff) |
Back out unapproved commit in freeze period.
Notes
Notes:
svn path=/head/; revision=107799
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cweb/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile index 1de87a523af7..2ce8e96126d3 100644 --- a/devel/cweb/Makefile +++ b/devel/cweb/Makefile @@ -11,16 +11,12 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= web/c_cpp/cweb -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tg@FreeBSD.org COMMENT= Literate programming tools for the C language -USE_REINPLACE= yes NO_WRKSUBDIR= yes MAN1= cweb.1 -post-patch: - @${REINPLACE_CMD} -e 's|cc|${CC}|' ${WRKSRC}/${MAKEFILE} - pre-install: @${MKDIR} ${PREFIX}/share/cweb @${MKDIR} ${PREFIX}/share/texmf/tex/generic/misc |