svn commit: r371844 - head/sysutils/atop
Baptiste Daroussin
bapt at FreeBSD.org
Fri Oct 31 15:10:45 UTC 2014
Author: bapt
Date: Fri Oct 31 15:10:44 2014
New Revision: 371844
URL: https://svnweb.freebsd.org/changeset/ports/371844
QAT: https://qat.redports.org/buildarchive/r371844/
Log:
Modernize plist
Modified:
head/sysutils/atop/pkg-plist
Modified: head/sysutils/atop/pkg-plist
==============================================================================
--- head/sysutils/atop/pkg-plist Fri Oct 31 14:58:03 2014 (r371843)
+++ head/sysutils/atop/pkg-plist Fri Oct 31 15:10:44 2014 (r371844)
@@ -3,5 +3,4 @@ bin/atopsar
man/man1/atop.1.gz
man/man1/atopsar.1.gz
man/man5/atoprc.5.gz
- at exec if [ ! -d %%LOGDIR%% ] ; then mkdir %%LOGDIR%% ; fi
- at unexec rmdir %%LOGDIR%% || true
+ at dir %%LOGDIR%%
More information about the svn-ports-head
mailing list