diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-23 23:04:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-23 23:04:12 +0000 |
commit | 5d86e9bde7a84deeaf30c2fd61e267aa82a815e0 (patch) | |
tree | e62691f37aaee6183a655948ad7506a37a2000d7 /x11-wm/windowmaker | |
parent | 2ce91b5140c5bcee27f6a0d04282173e9947a565 (diff) |
Notes
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 7eb1c3186673..cedb3b58e3f8 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -107,4 +107,4 @@ update-LINGUAS: extract cd ${WRKSRC}/po && \ ${ECHO_CMD} *.po | ${SED} 's|\.po||g' > ${FILESDIR}/LINGUAS -.include <bsd.port.mk> +.include <bsd.port.post.mk> |