svn commit: r509900 - head/Keywords

Baptiste Daroussin bapt at FreeBSD.org
Mon Aug 26 10:41:50 UTC 2019


Author: bapt
Date: Mon Aug 26 10:41:50 2019
New Revision: 509900
URL: https://svnweb.freebsd.org/changeset/ports/509900

Log:
  Make the @rmtry keyword rootdir friendly

Modified:
  head/Keywords/rmtry.ucl

Modified: head/Keywords/rmtry.ucl
==============================================================================
--- head/Keywords/rmtry.ucl	Mon Aug 26 10:37:55 2019	(r509899)
+++ head/Keywords/rmtry.ucl	Mon Aug 26 10:41:50 2019	(r509900)
@@ -7,5 +7,5 @@ post-deinstall: <<EOD
 	/*) f="%@" ;;
 	 *) f="%D/%@" ;;
 	esac
-	/bin/rm -f $f 2>/dev/null || /usr/bin/true
+	/bin/rm -f ${PKG_ROOTDIR}/$f 2>/dev/null || /usr/bin/true
 EOD


More information about the svn-ports-all mailing list