diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2004-04-22 12:31:59 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2004-04-22 12:31:59 +0000 |
commit | a98ac936650e62f31314c9dbf9f8853f25597c08 (patch) | |
tree | 047357a32d440de71f0122e79d9324d8fa1c201b /devel/cweb | |
parent | 623104fdc7b23e7cf07059bdf626bbb0c2834230 (diff) | |
download | ports-a98ac936650e62f31314c9dbf9f8853f25597c08.tar.gz ports-a98ac936650e62f31314c9dbf9f8853f25597c08.zip |
Notes
Diffstat (limited to 'devel/cweb')
-rw-r--r-- | devel/cweb/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile index 2ce8e96126d3..1de87a523af7 100644 --- a/devel/cweb/Makefile +++ b/devel/cweb/Makefile @@ -11,12 +11,16 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= web/c_cpp/cweb -MAINTAINER= tg@FreeBSD.org +MAINTAINER= ports@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 |