diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 03:49:59 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 03:49:59 +0800 |
commit | 6a9fcfc6bd61ba898fd1778c1da32be56b5904c3 (patch) | |
tree | 767f2803f6c6af410144e76a9efd9b7564dac8ad /korean/qt4-codecs-kr | |
parent | c2c2a2b86b90c79b4ef6926d232c484289cc9ca9 (diff) | |
download | freebsd-ports-gnome-6a9fcfc6bd61ba898fd1778c1da32be56b5904c3.tar.gz freebsd-ports-gnome-6a9fcfc6bd61ba898fd1778c1da32be56b5904c3.tar.zst freebsd-ports-gnome-6a9fcfc6bd61ba898fd1778c1da32be56b5904c3.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: korean)
Diffstat (limited to 'korean/qt4-codecs-kr')
-rw-r--r-- | korean/qt4-codecs-kr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/korean/qt4-codecs-kr/Makefile b/korean/qt4-codecs-kr/Makefile index 78d80b565e08..3ab07a3f011c 100644 --- a/korean/qt4-codecs-kr/Makefile +++ b/korean/qt4-codecs-kr/Makefile @@ -1,4 +1,4 @@ -# Created by: lofi@freebsd.org +# Created by: lofi@FreeBSD.org # $FreeBSD$ PORTNAME= codecs @@ -38,6 +38,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +NO_STAGE= yes pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake |