diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-19 11:04:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-19 11:04:13 +0000 |
commit | f899c758a653ca8ff2f8a63aafcb2519a0b524ed (patch) | |
tree | be6eebf3e77ddf9fcf383081091d8b8b336dd71c /security/yafic | |
parent | 74d26774f830684ae21247061aa4bd7dabbe6527 (diff) | |
download | ports-f899c758a653ca8ff2f8a63aafcb2519a0b524ed.tar.gz ports-f899c758a653ca8ff2f8a63aafcb2519a0b524ed.zip |
Notes
Diffstat (limited to 'security/yafic')
-rw-r--r-- | security/yafic/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/yafic/Makefile b/security/yafic/Makefile index 1e2d41709285..5961b8434d71 100644 --- a/security/yafic/Makefile +++ b/security/yafic/Makefile @@ -39,8 +39,6 @@ do-install: ${LN} -sf yafic-sign.1 ${STAGEDIR}${PREFIX}/man/man1/yafic-check.1 .endif ${INSTALL_MAN} ${WRKSRC}/yafic.conf.5 ${STAGEDIR}${PREFIX}/man/man5 - -post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/yafic @${CP} ${FILESDIR}/yafic.conf.sample ${STAGEDIR}${EXAMPLESDIR} |