From a1deb0de923fe862ae61b9576d6cb3a859145513 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 27 May 2013 10:13:00 +0000 Subject: Fix displaying the pkg-message Do not try to remove directories not created by the port [1] Reported by: pkg (DEVELOPER_MODE) [1] --- sysutils/lxtask/Makefile | 2 +- sysutils/lxtask/pkg-plist | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'sysutils') 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 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 -- cgit