From f899c758a653ca8ff2f8a63aafcb2519a0b524ed Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 19 Jul 2016 11:04:13 +0000 Subject: When there is a do-install target, do not use a post-install target, do everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight --- sysutils/fcron/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sysutils/fcron') diff --git a/sysutils/fcron/Makefile b/sysutils/fcron/Makefile index 960ade965248..6eba88dd1caa 100644 --- a/sysutils/fcron/Makefile +++ b/sysutils/fcron/Makefile @@ -52,6 +52,7 @@ do-install: .for n in 1 5 8 ${INSTALL_MAN} ${DOCSRC}/man/*.${n} ${STAGEDIR}${PREFIX}/man/man${n} .endfor + ${MKDIR} -m 770 ${STAGEDIR}/var/spool/fcron do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @@ -63,7 +64,4 @@ do-install-DOCS-on: ${INSTALL_DATA} ${DOCSRC}/${d}/* ${STAGEDIR}${DOCSDIR}/${d} .endfor -post-install: - ${MKDIR} -m 770 ${STAGEDIR}/var/spool/fcron - .include -- cgit v1.2.3