Date: Mon, 22 Sep 2014 13:21:30 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368918 - head/Mk Message-ID: <201409221321.s8MDLU1X089165@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 22 13:21:29 2014 New Revision: 368918 URL: http://svnweb.freebsd.org/changeset/ports/368918 QAT: https://qat.redports.org/buildarchive/r368918/ Log: Clean out some @dirrmtry While here remove now no-op targets Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Mon Sep 22 13:21:21 2014 (r368917) +++ head/Mk/bsd.port.mk Mon Sep 22 13:21:29 2014 (r368918) @@ -5229,13 +5229,10 @@ add-plist-info: .for i in ${INFO} @${LS} ${STAGEDIR}${PREFIX}/${INFO_PATH}/$i.info* | ${SED} -e s:${STAGEDIR}${PREFIX}/:@info\ :g >> ${TMPPLIST} .endfor -.if defined(INFO_SUBDIR) - @${ECHO_CMD} "@dirrmtry ${INFO_PATH}/${INFO_SUBDIR}" >> ${TMPPLIST} -.endif .if (${PREFIX} != "/usr") @${ECHO_CMD} "@unexec indexinfo %D/${INFO_PATH}" >> ${TMPPLIST} .if (${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${LINUXBASE}) - @${ECHO_CMD} "@dirrmtry ${INFO_PATH}" >> ${TMPPLIST} + @${ECHO_CMD} "@dir ${INFO_PATH}" >> ${TMPPLIST} .endif .endif .endif @@ -5247,7 +5244,7 @@ add-plist-info: .if (${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${LINUXBASE} && \ ${PREFIX} != "/usr" && !defined(NO_PREFIX_RMDIR)) add-plist-post: - @${ECHO_CMD} "@dirrmtry ${PREFIX}" >> ${TMPPLIST} + @${ECHO_CMD} "@dir ${PREFIX}" >> ${TMPPLIST} .endif .endif @@ -6001,9 +5998,8 @@ _STAGE_SEQ= stage-message stage-dir run pre-su-install .if defined(NEED_ROOT) _STAGE_SUSEQ= create-users-groups do-install \ - kmod-post-install shared-mime-post-install \ + kmod-post-install \ webplugin-post-install post-install post-install-script \ - desktop-file-post-install \ move-uniquefiles patch-lafiles post-stage compress-man \ install-rc-script install-ldconfig-file install-license \ install-desktop-entries add-plist-info add-plist-docs \ @@ -6014,9 +6010,8 @@ _STAGE_SUSEQ+= stage-qa .endif .else _STAGE_SEQ+= create-users-groups do-install \ - kmod-post-install shared-mime-post-install \ + kmod-post-install \ webplugin-post-install post-install post-install-script \ - desktop-file-post-install \ move-uniquefiles patch-lafiles post-stage compress-man \ install-rc-script install-ldconfig-file install-license \ install-desktop-entries add-plist-info add-plist-docs \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409221321.s8MDLU1X089165>