diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-17 19:36:12 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-17 19:36:12 +0000 |
commit | e3d89d86838f1f7f1312c6a766da28469ac4fd57 (patch) | |
tree | a441b927ef0223af42de5f651f46664c4a62d8c5 /mail/qmail-auditor | |
parent | 87aed390079f9b4040db4ad5468f57acdead4124 (diff) | |
download | ports-e3d89d86838f1f7f1312c6a766da28469ac4fd57.tar.gz ports-e3d89d86838f1f7f1312c6a766da28469ac4fd57.zip |
Notes
Diffstat (limited to 'mail/qmail-auditor')
-rw-r--r-- | mail/qmail-auditor/Makefile | 4 | ||||
-rw-r--r-- | mail/qmail-auditor/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/mail/qmail-auditor/Makefile b/mail/qmail-auditor/Makefile index 31ed6285333e..ceaf28296ab2 100644 --- a/mail/qmail-auditor/Makefile +++ b/mail/qmail-auditor/Makefile @@ -24,8 +24,8 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|g' \ ${WRKSRC}/src/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/mail/qmail-auditor/pkg-plist b/mail/qmail-auditor/pkg-plist index bb1dc8719886..d6a6375b9705 100644 --- a/mail/qmail-auditor/pkg-plist +++ b/mail/qmail-auditor/pkg-plist @@ -1,5 +1,4 @@ %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% @owner qmailq @group qmail @mode 4511 |