diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 06:13:34 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 06:13:34 +0800 |
commit | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (patch) | |
tree | 3627eb445c11fcddb4821034c5c6a4a785689342 /net-im/decibel/Makefile | |
parent | 0c710c7b4edb5ca79906be0115763864bc7c903f (diff) | |
download | freebsd-ports-gnome-28bf02d683a6e9edd30f15574a3ae61f0ff5e585.tar.gz freebsd-ports-gnome-28bf02d683a6e9edd30f15574a3ae61f0ff5e585.tar.zst freebsd-ports-gnome-28bf02d683a6e9edd30f15574a3ae61f0ff5e585.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: net-im)
Diffstat (limited to 'net-im/decibel/Makefile')
-rw-r--r-- | net-im/decibel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/decibel/Makefile b/net-im/decibel/Makefile index c67f6a67b044..7cae6c371a46 100644 --- a/net-im/decibel/Makefile +++ b/net-im/decibel/Makefile @@ -1,5 +1,4 @@ # Created by: arved -# # $FreeBSD$ PORTNAME= decibel @@ -17,6 +16,7 @@ USE_QT4= xml dbus gui qtestlib qmake_build moc_build uic_build rcc_build USE_LDCONFIG= yes USES= cmake pkgconfig +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e \ "s,$${LIB_INSTALL_DIR}/pkgconfig,data/pkgconfig,g"\ |