From 18417c712a98b2b4499e66edbea7a3011a78c29e Mon Sep 17 00:00:00 2001 From: Jean Milanez Melo Date: Fri, 9 Feb 2007 21:53:26 +0000 Subject: [PATCH] - Fix DOCS install. PR: ports/108993 Submitted by: Patrick Tracanelli (maintainer) Reviewed by: jmelo Reported by: krismail --- mail/softfail/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/mail/softfail/Makefile b/mail/softfail/Makefile index 000cb7cca998..c2a86f4190fc 100644 --- a/mail/softfail/Makefile +++ b/mail/softfail/Makefile @@ -30,8 +30,6 @@ IGNORE= this software only works with qmail-spamcontrol QMAIL_SLAVEPORT= spamcontrol -SUB_FILES= pkg-message - .include crontab-entry: extract @@ -110,13 +108,11 @@ post-patch: ${WRKSRC}/rotate-softfail.sh .endif +post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/softfail.sql ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif - -post-install: @${CAT} ${PKGMESSAGE} .include