aboutsummaryrefslogtreecommitdiff
path: root/print/tipograf
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-14 17:40:33 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-14 17:40:33 +0000
commit244c44b45b8426b5ee47776379691c1603d455d5 (patch)
tree7818013f4260c95cf1d43b8905b4a37986ba0072 /print/tipograf
parente21b6c3dbb4600c4473131a04955b284f0c0b50d (diff)
downloadports-244c44b45b8426b5ee47776379691c1603d455d5.tar.gz
ports-244c44b45b8426b5ee47776379691c1603d455d5.zip
Notes
Diffstat (limited to 'print/tipograf')
-rw-r--r--print/tipograf/Makefile5
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>