svn commit: r369009 - head/security/massh

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 23 09:30:44 UTC 2014


Author: bapt
Date: Tue Sep 23 09:30:43 2014
New Revision: 369009
URL: http://svnweb.freebsd.org/changeset/ports/369009
QAT: https://qat.redports.org/buildarchive/r369009/

Log:
  Simplify plist

Modified:
  head/security/massh/pkg-plist

Modified: head/security/massh/pkg-plist
==============================================================================
--- head/security/massh/pkg-plist	Tue Sep 23 09:29:00 2014	(r369008)
+++ head/security/massh/pkg-plist	Tue Sep 23 09:30:43 2014	(r369009)
@@ -2,11 +2,6 @@ bin/massh
 lib/libmassh.sh
 @sample etc/massh.conf.sample
 man/man1/massh.1.gz
- at exec mkdir -p %%MASSHDIR%%/pull
- at exec mkdir -p %%MASSHDIR%%/push
- at exec mkdir -p %%MASSHDIR%%/scripts
- at cwd / 
- at dirrmtry %%MASSHDIR%%/pull
- at dirrmtry %%MASSHDIR%%/push
- at dirrmtry %%MASSHDIR%%/scripts
- at dirrmtry %%MASSHDIR%% 
+ at dir %%MASSHDIR%%/pull
+ at dir %%MASSHDIR%%/push
+ at dir %%MASSHDIR%%/scripts


More information about the svn-ports-head mailing list