diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-15 06:53:07 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-15 06:53:07 +0000 |
commit | 6855ca2035f4acb0bb68e947f14fc47d6b45a742 (patch) | |
tree | b3f9d17713c48f3dc05582ff5c80bc4ce18693c9 /x11-wm | |
parent | a50aa7130c9305fdf155b6714dbf628efd277856 (diff) | |
download | ports-6855ca2035f4acb0bb68e947f14fc47d6b45a742.tar.gz ports-6855ca2035f4acb0bb68e947f14fc47d6b45a742.zip |
Notes
Diffstat (limited to 'x11-wm')
-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 458b04749782..3faeee2f5449 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -104,4 +104,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> |