svn commit: r319199 - head/sysutils/lxtask

Baptiste Daroussin bapt at FreeBSD.org
Mon May 27 10:13:01 UTC 2013


Author: bapt
Date: Mon May 27 10:13:00 2013
New Revision: 319199
URL: http://svnweb.freebsd.org/changeset/ports/319199

Log:
  Fix displaying the pkg-message
  Do not try to remove directories not created by the port [1]
  
  Reported by:	pkg (DEVELOPER_MODE) [1]

Modified:
  head/sysutils/lxtask/Makefile
  head/sysutils/lxtask/pkg-plist

Modified: head/sysutils/lxtask/Makefile
==============================================================================
--- head/sysutils/lxtask/Makefile	Mon May 27 09:42:54 2013	(r319198)
+++ head/sysutils/lxtask/Makefile	Mon May 27 10:13:00 2013	(r319199)
@@ -29,6 +29,6 @@ PLIST_SUB+=	NLS="@comment "
 .endif
 
 post-install:
-	@${ECHO_CMD} ${PKGMESSAGE}
+	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>

Modified: head/sysutils/lxtask/pkg-plist
==============================================================================
--- head/sysutils/lxtask/pkg-plist	Mon May 27 09:42:54 2013	(r319198)
+++ head/sysutils/lxtask/pkg-plist	Mon May 27 10:13:00 2013	(r319199)
@@ -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


More information about the svn-ports-all mailing list