diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-27 18:13:00 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-27 18:13:00 +0800 |
commit | a1deb0de923fe862ae61b9576d6cb3a859145513 (patch) | |
tree | 8b9264fb7620ad11b57b2f1144213406c43399e4 /sysutils | |
parent | 8e0ee92c631597475b64372aae33bac11aab439c (diff) | |
download | freebsd-ports-gnome-a1deb0de923fe862ae61b9576d6cb3a859145513.tar.gz freebsd-ports-gnome-a1deb0de923fe862ae61b9576d6cb3a859145513.tar.zst freebsd-ports-gnome-a1deb0de923fe862ae61b9576d6cb3a859145513.zip |
Fix displaying the pkg-message
Do not try to remove directories not created by the port [1]
Reported by: pkg (DEVELOPER_MODE) [1]
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lxtask/Makefile | 2 | ||||
-rw-r--r-- | sysutils/lxtask/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/lxtask/Makefile b/sysutils/lxtask/Makefile index 051f8e2e82c0..6c2a9309776c 100644 --- a/sysutils/lxtask/Makefile +++ b/sysutils/lxtask/Makefile @@ -29,6 +29,6 @@ PLIST_SUB+= NLS="@comment " .endif post-install: - @${ECHO_CMD} ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/sysutils/lxtask/pkg-plist b/sysutils/lxtask/pkg-plist index 1b74678f331c..8a80b0e48308 100644 --- a/sysutils/lxtask/pkg-plist +++ b/sysutils/lxtask/pkg-plist @@ -49,8 +49,6 @@ share/applications/lxtask.desktop %%NLS%%share/locale/zh_TW/LC_MESSAGES/lxtask.mo %%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ur_PK -%%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/nb_NO %%NLS%%@dirrmtry share/locale/frp/LC_MESSAGES %%NLS%%@dirrmtry share/locale/frp %%NLS%%@dirrmtry share/locale/es_VE/LC_MESSAGES |