svn commit: r322258 - head/textproc/rarian
Antoine Brodin
antoine at FreeBSD.org
Wed Jul 3 21:01:26 UTC 2013
Author: antoine
Date: Wed Jul 3 21:01:26 2013
New Revision: 322258
URL: http://svnweb.freebsd.org/changeset/ports/322258
Log:
Fix a scrollkeeper remnant
Reviewed by: kwm
Reported by: poudriere
Modified:
head/textproc/rarian/pkg-plist
Modified: head/textproc/rarian/pkg-plist
==============================================================================
--- head/textproc/rarian/pkg-plist Wed Jul 3 20:43:55 2013 (r322257)
+++ head/textproc/rarian/pkg-plist Wed Jul 3 21:01:26 2013 (r322258)
@@ -49,6 +49,6 @@ share/librarian/rarian-sk-cl.xml
@dirrm share/librarian
@dirrm %%DOCSDIR%%
@dirrm include/rarian
- at unexec rm -rf /var/db/scrollkeeper 2>/dev/null || true
+ at unexec rm -rf /var/db/rarian 2>/dev/null || true
@exec mkdir -p /var/db/rarian
@exec %%PREFIX%%/bin/rarian-sk-update || true
More information about the svn-ports-head
mailing list