diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-01-14 19:50:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-01-14 19:50:26 +0000 |
commit | acbb86204796966f3626148a8f4b3f3364f0c573 (patch) | |
tree | c6da575f2f0cf7809ab086d3a57431ea65c3473a /x11-wm/sawfish | |
parent | 4a9c1d564143fabb6e1ecea1c92d3e5ec68e82ba (diff) | |
download | ports-acbb86204796966f3626148a8f4b3f3364f0c573.tar.gz ports-acbb86204796966f3626148a8f4b3f3364f0c573.zip |
Notes
Diffstat (limited to 'x11-wm/sawfish')
-rw-r--r-- | x11-wm/sawfish/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index e75f354ccf80..5f82052270d5 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -45,5 +45,7 @@ INFO= sawfish post-patch: @${REINPLACE_CMD} -e 's|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ s|[$$][(]top_builddir[)]/intl/libintl.a|-lintl|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|prog_name|program_name|g' \ + ${WRKSRC}/src/main.c .include <bsd.port.mk> |