svn commit: r322535 - head/shells/ibsh
Antoine Brodin
antoine at FreeBSD.org
Mon Jul 8 19:51:56 UTC 2013
Author: antoine
Date: Mon Jul 8 19:51:55 2013
New Revision: 322535
URL: http://svnweb.freebsd.org/changeset/ports/322535
Log:
Fix plist
Modified:
head/shells/ibsh/pkg-plist
Modified: head/shells/ibsh/pkg-plist
==============================================================================
--- head/shells/ibsh/pkg-plist Mon Jul 8 19:37:40 2013 (r322534)
+++ head/shells/ibsh/pkg-plist Mon Jul 8 19:51:55 2013 (r322535)
@@ -1,6 +1,8 @@
bin/ibsh
etc/ibsh/globals.cmds
etc/ibsh/globals.xtns
- at dirrm /etc/ibsh/cmds
- at dirrm /etc/ibsh/xtns
- at dirrm /etc/ibsh
+ at exec mkdir -p %D/etc/ibsh/cmds
+ at exec mkdir -p %D/etc/ibsh/xtns
+ at dirrm etc/ibsh/cmds
+ at dirrm etc/ibsh/xtns
+ at dirrm etc/ibsh
More information about the svn-ports-head
mailing list