diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-06-29 22:00:22 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-06-29 22:00:22 +0000 |
commit | 680356a122f9f794d5efe1f4642347b7ed0c69df (patch) | |
tree | 79778c29a3db1f6a099bd7a2e722372a4753646a /audio/kirocker/Makefile | |
parent | ca45d0a25b70158273db419e6be5f165d0631009 (diff) | |
download | ports-680356a122f9f794d5efe1f4642347b7ed0c69df.tar.gz ports-680356a122f9f794d5efe1f4642347b7ed0c69df.zip |
Notes
Diffstat (limited to 'audio/kirocker/Makefile')
-rw-r--r-- | audio/kirocker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/kirocker/Makefile b/audio/kirocker/Makefile index fad78a7ceba6..372898f57ed6 100644 --- a/audio/kirocker/Makefile +++ b/audio/kirocker/Makefile @@ -28,7 +28,7 @@ UIC= ${LOCALBASE}/bin/uic .include <bsd.port.pre.mk> -post-extract: +pre-configure: .for i in exportadvises framechooser themechooser themeeditor themeexporter cd ${WRKSRC}/src && ${UIC} -o $i.h $i.ui .endfor |