svn commit: r369026 - head/net/openafs

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 23 10:28:10 UTC 2014


Author: bapt
Date: Tue Sep 23 10:28:09 2014
New Revision: 369026
URL: http://svnweb.freebsd.org/changeset/ports/369026
QAT: https://qat.redports.org/buildarchive/r369026/

Log:
  Simplify plist

Modified:
  head/net/openafs/pkg-plist

Modified: head/net/openafs/pkg-plist
==============================================================================
--- head/net/openafs/pkg-plist	Tue Sep 23 10:26:29 2014	(r369025)
+++ head/net/openafs/pkg-plist	Tue Sep 23 10:28:09 2014	(r369026)
@@ -569,26 +569,10 @@ man/man8/volinfo.8.gz
 man/man8/volserver.8.gz
 man/man8/vsys.8.gz
 man/man8/xfs_size_check.8.gz
- at unexec if cmp -s %D/etc/openafs/CellServDB.sample %D/etc/openafs/CellServDB ; then rm %D/etc/openafs/CellServDB ; fi
-etc/openafs/CellServDB.sample
- at exec if [ ! -e %D/etc/openafs/CellServDB ] ; then cp %D/etc/openafs/CellServDB.sample %D/etc/openafs/CellServDB ; fi
- at unexec if cmp -s %D/etc/openafs/ThisCell.sample %D/etc/openafs/ThisCell ; then rm %D/etc/openafs/ThisCell ; fi
-etc/openafs/ThisCell.sample
- at exec if [ ! -e %D/etc/openafs/ThisCell ] ; then cp -p %D/etc/openafs/ThisCell.sample %D/etc/openafs/ThisCell ; fi
- at unexec if cmp -s %D/etc/openafs/cacheinfo.sample %D/etc/openafs/cacheinfo ; then rm %D/etc/openafs/cacheinfo ; fi
-etc/openafs/cacheinfo.sample
- at exec if [ ! -e %D/etc/openafs/cacheinfo ] ; then cp -p %D/etc/openafs/cacheinfo.sample %D/etc/openafs/cacheinfo ; fi
- at dirrm include/openafs/rx
- at dirrm include/openafs/afs
- at dirrm include/openafs
- at dirrm lib/afs
- at dirrm libexec/openafs
- at dirrmtry etc/openafs
- at dirrm %%DATADIR%%/C
- at dirrm %%DATADIR%%
- at cwd /
-%%KMODDIR%%/libafs.ko
- at exec /bin/mkdir -p %D/%%AFSMNTDIR%% %D/%%AFSSTATEDIR%% %D/%%AFSCACHEDIR%%
- at dirrmtry %%AFSMNTDIR%%
- at dirrmtry %%AFSCACHEDIR%%
- at dirrmtry %%AFSSTATEDIR%%
+ at sample etc/openafs/CellServDB.sample
+ at sample etc/openafs/ThisCell.sample
+ at sample etc/openafs/cacheinfo.sample
+/%%KMODDIR%%/libafs.ko
+ at dir /%%AFSMNTDIR%%
+ at dir /%%AFSCACHEDIR%%
+ at dir /%%AFSSTATEDIR%%


More information about the svn-ports-head mailing list