diff options
author | tg <tg@FreeBSD.org> | 2004-05-03 20:07:19 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2004-05-03 20:07:19 +0800 |
commit | ecc9f72cfcf40fc5cdcef1219b1248706d27a254 (patch) | |
tree | 02e6f46c7559530bda955726439f0a294f266521 /devel/cweb/Makefile | |
parent | db623822557944d8584b49be11037079a9e2aaab (diff) | |
download | freebsd-ports-gnome-ecc9f72cfcf40fc5cdcef1219b1248706d27a254.tar.gz freebsd-ports-gnome-ecc9f72cfcf40fc5cdcef1219b1248706d27a254.tar.zst freebsd-ports-gnome-ecc9f72cfcf40fc5cdcef1219b1248706d27a254.zip |
Respect $CC.
PR: 65018
Submitted by: michael johnson <ahze@ahze.net>
Diffstat (limited to 'devel/cweb/Makefile')
-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 |