aboutsummaryrefslogtreecommitdiff
path: root/lang/clips
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-07 18:18:17 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-07 18:18:17 +0000
commit1d8ca425a76be2ee4a83db36dd1349b77b7162e0 (patch)
tree93aaae556b0dd4eca960862df76d9ac0cdda720f /lang/clips
parent558837e48873ed59a14c0ac2ee12d0990b7fc60b (diff)
downloadports-1d8ca425a76be2ee4a83db36dd1349b77b7162e0.tar.gz
ports-1d8ca425a76be2ee4a83db36dd1349b77b7162e0.zip
Replace do-patch in ports that override it with more appropriate targets
Most ports do not need to override do-patch. It breaks some ports tree features like EXTRA_PATCH_TREE, etc.
Notes
Notes: svn path=/head/; revision=516997
Diffstat (limited to 'lang/clips')
-rw-r--r--lang/clips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/clips/Makefile b/lang/clips/Makefile
index c08873e2c855..f10e837f96d3 100644
--- a/lang/clips/Makefile
+++ b/lang/clips/Makefile
@@ -23,7 +23,7 @@ PLIST_FILES= bin/clips
post-extract:
${CP} ${WRKDIR}/${DISTNAME}/makefiles/${MAKEFILE} ${WRKSRC}/
-do-patch:
+post-patch:
${REINPLACE_CMD} -e 's#gcc #${CC} ${CFLAGS} #g' ${WRKSRC}/${MAKEFILE}
do-install: