diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-14 17:40:33 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-14 17:40:33 +0000 |
commit | 244c44b45b8426b5ee47776379691c1603d455d5 (patch) | |
tree | 7818013f4260c95cf1d43b8905b4a37986ba0072 /print/tipograf | |
parent | e21b6c3dbb4600c4473131a04955b284f0c0b50d (diff) | |
download | ports-244c44b45b8426b5ee47776379691c1603d455d5.tar.gz ports-244c44b45b8426b5ee47776379691c1603d455d5.zip |
Notes
Diffstat (limited to 'print/tipograf')
-rw-r--r-- | print/tipograf/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/print/tipograf/Makefile b/print/tipograf/Makefile index b73cfd8cb194..cfa39932e848 100644 --- a/print/tipograf/Makefile +++ b/print/tipograf/Makefile @@ -32,4 +32,9 @@ post-patch: @${REINPLACE_CMD} -e \ 's|-Wall -O0|@CXXFLAGS@|g' ${WRKSRC}/src/Makefile.in +pre-build: +.for file in about.h firststart.h help.h tipograf.h + @cd ${WRKSRC}/src && ${RM} -f ${file} && ${GMAKE} ${file} +.endfor + .include <bsd.port.mk> |