Fixed cd commands in qtcore-4.8.x beps

This commit is contained in:
Scott McCreary
2013-03-08 16:43:23 +00:00
parent 87af85b48d
commit 1676b7d953
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ DEPEND=""
#CHECKSUM_MD5=""
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
BUILD {
cd qt-4.8.x-git
cd qtcore-4.8.x-git
configure --prefix-install=no -no-pch -no-opengl -no-largefile \
-fast -nomake examples -nomake demos -release -opensource \
-confirm-license -no-iconv -phonon -no-phonon-backend \
@@ -16,7 +16,7 @@ BUILD {
}
INSTALL {
cd qt-4.8.x-git
cd qtcore-4.8.x-git
make install INSTALL_ROOT=${DESTDIR}
}

View File

@@ -7,7 +7,7 @@ DEPEND=""
#CHECKSUM_MD5=""
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
BUILD {
cd qt-4.8.x
cd qtcore-4.8.x
configure --prefix-install=no -no-pch -no-opengl -no-largefile \
-fast -nomake examples -nomake demos -release -opensource \
-confirm-license -no-iconv -phonon -no-phonon-backend \
@@ -16,7 +16,7 @@ BUILD {
}
INSTALL {
cd qt-4.8.x
cd qtcore-4.8.x
make install INSTALL_ROOT=${DESTDIR}
}