diff options
Diffstat (limited to 'print/gnome-specimen/Makefile')
-rw-r--r-- | print/gnome-specimen/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/gnome-specimen/Makefile b/print/gnome-specimen/Makefile index c6d6e98f0ad8..4e419bab9bef 100644 --- a/print/gnome-specimen/Makefile +++ b/print/gnome-specimen/Makefile @@ -29,4 +29,7 @@ INSTALLS_ICONS= yes pre-configure: ( cd ${WRKSRC} ; ${AUTORECONF} ; ${AUTOMAKE} ) +post-configure: + @${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/py-compile ${WRKSRC} + .include <bsd.port.post.mk> |