diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-01 10:27:16 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-01 10:27:16 +0000 |
commit | ba455445469d0d9a30e8270667385bd6039a6eaa (patch) | |
tree | cc4364b8fbe9d3cad09f24aec590549c145086cf /archivers/wzip | |
parent | 926a95fb11a18770fbd38bc7da5eed47b335915e (diff) | |
download | ports-ba455445469d0d9a30e8270667385bd6039a6eaa.tar.gz ports-ba455445469d0d9a30e8270667385bd6039a6eaa.zip |
Notes
Diffstat (limited to 'archivers/wzip')
-rw-r--r-- | archivers/wzip/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archivers/wzip/Makefile b/archivers/wzip/Makefile index 7f32ecd45df8..4f19a3014a18 100644 --- a/archivers/wzip/Makefile +++ b/archivers/wzip/Makefile @@ -17,6 +17,11 @@ COMMENT= A preprocessor for lossy data compression ALL_TARGET= wzip WRKSRC= ${WRKDIR}/wzip-${PORTVERSION} MAN1= wzip.1 +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} 's|gcc|${CC}|' \ + ${WRKSRC}/${MAKEFILE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wzip ${PREFIX}/bin |