svn commit: r369018 - head/shells/ambit
Baptiste Daroussin
bapt at FreeBSD.org
Tue Sep 23 09:53:02 UTC 2014
Author: bapt
Date: Tue Sep 23 09:53:01 2014
New Revision: 369018
URL: http://svnweb.freebsd.org/changeset/ports/369018
QAT: https://qat.redports.org/buildarchive/r369018/
Log:
Simplify plist
Modified:
head/shells/ambit/pkg-plist
Modified: head/shells/ambit/pkg-plist
==============================================================================
--- head/shells/ambit/pkg-plist Tue Sep 23 09:50:32 2014 (r369017)
+++ head/shells/ambit/pkg-plist Tue Sep 23 09:53:01 2014 (r369018)
@@ -2,7 +2,5 @@ bin/ambit
lib/libambit.sh
man/man1/ambit.1.gz
@sample etc/ambit.conf.sample
- at exec mkdir -p %%AMBITDIR%%/hosts
- at cwd /
- at dirrmtry %%AMBITDIR%%/hosts
- at dirrmtry %%AMBITDIR%%
+ at dir %%AMBITDIR%%/hosts
+ at dir %%AMBITDIR%%
More information about the svn-ports-all
mailing list