aboutsummaryrefslogtreecommitdiff
path: root/cad/tkgate
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-12-02 11:58:21 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-12-02 11:58:21 +0000
commit8b4093cba5775260e98d51f74cd187fb9af825a8 (patch)
tree4a28bf50f532fa82a149cbc3f9c041d48a23921b /cad/tkgate
parentf38d6cb92bbd96d100bae02b23ace94acea1cf8e (diff)
downloadports-8b4093cba5775260e98d51f74cd187fb9af825a8.tar.gz
ports-8b4093cba5775260e98d51f74cd187fb9af825a8.zip
Notes
Diffstat (limited to 'cad/tkgate')
-rw-r--r--cad/tkgate/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile
index 12c0cb8bfafc..a3023fef7d72 100644
--- a/cad/tkgate/Makefile
+++ b/cad/tkgate/Makefile
@@ -25,7 +25,7 @@ post-patch:
${WRKSRC}/configure
# Remove backup files somehow installed to the stagedir
-post-stage:
+post-install:
${FIND} ${STAGEDIR}/${DATADIR} -name '*~' -delete -or -name '*~?' -delete
.include <bsd.port.mk>