diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-10-30 06:42:19 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-10-30 06:42:19 +0800 |
commit | 2e55eef59ddca399b9deb5afa84a76ce5d286dc1 (patch) | |
tree | 89786308b9b3c5cedd645c285cbc98e18ccfd2c6 | |
parent | 18fcf4b6a82bea89f78f64dc7acc0d59fdb475f2 (diff) | |
download | freebsd-ports-gnome-2e55eef59ddca399b9deb5afa84a76ce5d286dc1.tar.gz freebsd-ports-gnome-2e55eef59ddca399b9deb5afa84a76ce5d286dc1.tar.zst freebsd-ports-gnome-2e55eef59ddca399b9deb5afa84a76ce5d286dc1.zip |
Stop using @cwd in the plist.
@cwd is deprecated, just use the full path directly.
-rw-r--r-- | devel/qt5-core/pkg-plist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/qt5-core/pkg-plist b/devel/qt5-core/pkg-plist index b023d86566c1..5f8fc340b22f 100644 --- a/devel/qt5-core/pkg-plist +++ b/devel/qt5-core/pkg-plist @@ -676,6 +676,5 @@ %%QT_MKSPECDIR%%/modules/qt_lib_core.pri %%QT_MKSPECDIR%%/modules/qt_lib_core_private.pri libdata/pkgconfig/Qt5Core.pc -@cwd %%QT_PREFIX%% @comment Ensure that a (even empty) qconfig-modules.h exists. -@exec touch %D/%%QT_INCDIR%%/QtCore/qconfig-modules.h +@exec touch %%QT_PREFIX%%/%%QT_INCDIR%%/QtCore/qconfig-modules.h |