Date: Wed, 12 Feb 2014 19:25:04 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343990 - head/security/idea Message-ID: <201402121925.s1CJP4gS047642@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Feb 12 19:25:04 2014 New Revision: 343990 URL: http://svnweb.freebsd.org/changeset/ports/343990 QAT: https://qat.redports.org/buildarchive/r343990/ Log: Now that this port is staged and DOCS defined we can stop testing for DOCS in any install target. Modified: head/security/idea/Makefile Modified: head/security/idea/Makefile ============================================================================== --- head/security/idea/Makefile Wed Feb 12 19:24:59 2014 (r343989) +++ head/security/idea/Makefile Wed Feb 12 19:25:04 2014 (r343990) @@ -28,11 +28,8 @@ do-install: ${INSTALL_PROGRAM} -m 0555 ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/Examples ${STAGEDIR}${EXAMPLESDIR} - -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/byte_ord.ps ${WRKSRC}/idea_cmd.txt \ ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402121925.s1CJP4gS047642>