svn commit: r370406 - head/news/noffle
Baptiste Daroussin
bapt at FreeBSD.org
Tue Oct 7 23:00:52 UTC 2014
Author: bapt
Date: Tue Oct 7 23:00:51 2014
New Revision: 370406
URL: https://svnweb.freebsd.org/changeset/ports/370406
QAT: https://qat.redports.org/buildarchive/r370406/
Log:
Simplify plist
Modified:
head/news/noffle/Makefile
head/news/noffle/pkg-plist
Modified: head/news/noffle/Makefile
==============================================================================
--- head/news/noffle/Makefile Tue Oct 7 22:33:29 2014 (r370405)
+++ head/news/noffle/Makefile Tue Oct 7 23:00:51 2014 (r370406)
@@ -3,7 +3,7 @@
PORTNAME= noffle
PORTVERSION= 1.1.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= news
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28devel%29/${PORTVERSION}
@@ -44,6 +44,12 @@ do-install:
${STAGEDIR}${PREFIX}/etc/noffle.conf.sample
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${SPOOL_DIR}/data \
+ ${STAGEDIR}${SPOOL_DIR}/lock \
+ ${STAGEDIR}${SPOOL_DIR}/outgoing \
+ ${STAGEDIR}${SPOOL_DIR}/overview \
+ ${STAGEDIR}${SPOOL_DIR}/requested
+
post-install:
${SED} -e "s:/usr/local:${PREFIX}:g" ${PKGMESSAGE}
Modified: head/news/noffle/pkg-plist
==============================================================================
--- head/news/noffle/pkg-plist Tue Oct 7 22:33:29 2014 (r370405)
+++ head/news/noffle/pkg-plist Tue Oct 7 23:00:51 2014 (r370406)
@@ -9,12 +9,9 @@ man/man5/noffle.conf.5.gz
%%PORTDOCS%%%%DOCSDIR%%/noffle.lsm
%%PORTDOCS%%%%DOCSDIR%%/testing.txt
etc/noffle.conf.sample
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
- at cwd /
- at exec mkdir -p %%SPOOL_DIR%%
- at exec mkdir -p %%SPOOL_DIR%%/data
- at exec mkdir -p %%SPOOL_DIR%%/lock
- at exec mkdir -p %%SPOOL_DIR%%/outgoing
- at exec mkdir -p %%SPOOL_DIR%%/overview
- at exec mkdir -p %%SPOOL_DIR%%/requested
- at unexec rm -rf %%SPOOL_DIR%%
+ at dir %%SPOOL_DIR%%/data
+ at dir %%SPOOL_DIR%%/lock
+ at dir %%SPOOL_DIR%%/outgoing
+ at dir %%SPOOL_DIR%%/overview
+ at dir %%SPOOL_DIR%%/requested
+ at dir %%SPOOL_DIR%%
More information about the svn-ports-head
mailing list