mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Mark some targets .PHONY
This commit is contained in:
parent
89bcd875ca
commit
8635d31369
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334392
@ -18,6 +18,7 @@ IGNORE= USES=charsetfix does not require args
|
||||
|
||||
CHARSETFIX_MAKEFILEIN?= Makefile.in
|
||||
|
||||
.PHONY: charsetfix-post-patch
|
||||
post-patch: charsetfix-post-patch
|
||||
|
||||
charsetfix-post-patch:
|
||||
|
@ -20,6 +20,7 @@ BUILD_DEPENDS+= update-desktop-database:${PORTSDIR}/devel/desktop-file-utils
|
||||
RUN_DEPENDS+= update-desktop-database:${PORTSDIR}/devel/desktop-file-utils
|
||||
|
||||
# bolt our post-install target to post-install
|
||||
.PHONY: desktop-file-post-install
|
||||
post-install: desktop-file-post-install
|
||||
|
||||
desktop-file-post-install:
|
||||
|
@ -25,6 +25,7 @@ XVFBPORT!= port=0; while test -S /tmp/.X11-unix/X$${port} ; do port=$$(( port +
|
||||
XVFBPIDFILE= /tmp/.xvfb-${XVFBPORT}.pid
|
||||
MAKE_ENV+= DISPLAY=":${XVFBPORT}"
|
||||
|
||||
.PHONY: start-display stop-display
|
||||
pre-${display_ARGS}: start-display
|
||||
|
||||
post-${display_ARGS}: stop-display
|
||||
|
@ -15,6 +15,7 @@ _INCLUDE_USES_DOS2UNIX_MK= yes
|
||||
_DOS2UNIX_ALL= yes
|
||||
.endif
|
||||
|
||||
.PHONY: dos2unix
|
||||
pre-patch: dos2unix
|
||||
|
||||
dos2unix:
|
||||
|
@ -33,6 +33,7 @@ MAKE_ENV+= KMODDIR="${KMODDIR}" SYSDIR="${SRC_BASE}/sys"
|
||||
MAKE_ENV+= NO_XREF=yes
|
||||
.endif
|
||||
|
||||
.PHONY: kmod-preinstall kmod-post-install
|
||||
pre-install: kmod-pre-install
|
||||
kmod-pre-install:
|
||||
.if defined(NO_STAGE)
|
||||
|
@ -19,6 +19,7 @@ IGNORE= USES=pathfix does not require args
|
||||
|
||||
PATHFIX_MAKEFILEIN?= Makefile.in
|
||||
|
||||
.PHONY: pathfix-pre-patch
|
||||
pre-patch: pathfix-pre-patch
|
||||
|
||||
pathfix-pre-patch:
|
||||
|
@ -20,6 +20,7 @@ BUILD_DEPENDS+= update-mime-database:${PORTSDIR}/misc/shared-mime-info
|
||||
RUN_DEPENDS+= update-mime-database:${PORTSDIR}/misc/shared-mime-info
|
||||
|
||||
# bolt our post-install target to post-install
|
||||
.PHONY: shared-mime-post-install
|
||||
post-install: shared-mime-post-install
|
||||
|
||||
shared-mime-post-install:
|
||||
|
@ -48,6 +48,7 @@ IGNORE+= missing definition for ${lang}_OLD_CMD
|
||||
_SHEBANG_REINPLACE_ARGS+= -e "1s|^\#![[:space:]]*${${lang}_OLD_CMD}|\#!${${lang}_CMD}|"
|
||||
.endfor
|
||||
|
||||
.PHONY: fix-shebang
|
||||
pre-patch: fix-shebang
|
||||
|
||||
fix-shebang:
|
||||
|
@ -166,6 +166,7 @@ WEBPLUGIN_DIR?= ${_WEBPLUGIN_LIBDIR:S,^${LOCALBASE}/,${PREFIX}/,}/${WEBPLUGIN_N
|
||||
|
||||
PLIST_SUB+= WEBPLUGIN_DIR="${WEBPLUGIN_DIR:S,^${PREFIX}/,,}"
|
||||
|
||||
.PHONY: webplugin-post-install
|
||||
webplugin-post-install:
|
||||
@${ECHO_CMD} "@cwd ${LOCALBASE}" >> ${TMPPLIST}
|
||||
.for d in ${_WEBPLUGIN_LINKFARMS}
|
||||
|
Loading…
Reference in New Issue
Block a user