diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-11-06 14:53:31 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-11-06 14:53:31 +0000 |
commit | 9830a728e7ad5e22558444b326008231421ef9f0 (patch) | |
tree | cd0e38cd4971a699e6f2f9ff28528f7253b38697 /x11-toolkits | |
parent | 75a96b0afb84165aa7da56fe5f307b647e002de7 (diff) | |
download | ports-9830a728e7ad5e22558444b326008231421ef9f0.tar.gz ports-9830a728e7ad5e22558444b326008231421ef9f0.zip |
Support staging.
Submitted by: Schaich Alonso <alonsoschaich@fastmail.fm>
Notes
Notes:
svn path=/head/; revision=332999
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/attica/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/shared-desktop-ontologies/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/x11-toolkits/attica/Makefile b/x11-toolkits/attica/Makefile index 1a2a6578ca0e..009a62d8add5 100644 --- a/x11-toolkits/attica/Makefile +++ b/x11-toolkits/attica/Makefile @@ -19,7 +19,6 @@ USES= cmake CMAKE_ARGS= -DATTICA_ENABLE_TESTS:BOOL=OFF \ -DQT4_BUILD:BOOL=ON -NO_STAGE= yes post-patch: ${REINPLACE_CMD} \ -e 's,$${LIB_DESTINATION}/pkgconfig,libdata/pkgconfig,' \ diff --git a/x11-toolkits/shared-desktop-ontologies/Makefile b/x11-toolkits/shared-desktop-ontologies/Makefile index 67a14930f962..b7e8ffbea67b 100644 --- a/x11-toolkits/shared-desktop-ontologies/Makefile +++ b/x11-toolkits/shared-desktop-ontologies/Makefile @@ -14,7 +14,6 @@ INSTALL_TARGET= install USE_BZIP2= yes USES= cmake pkgconfig -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|share/cmake/SharedDesktopOntologies|lib/cmake/SharedDesktopOntologies|' \ ${WRKSRC}/CMakeLists.txt |