summaryrefslogtreecommitdiff
path: root/math/mpfr
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-12-05 13:14:21 +0000
committerwiz <wiz@pkgsrc.org>2014-12-05 13:14:21 +0000
commitcbea735ac7aa79d06c3ad9a929718e06e525ad5f (patch)
treee60b7ffd238542c08c9fdf5e5c1b1e0eccde3a95 /math/mpfr
parentd3bfd041811679c10f31f1135e2e1db1ed3b04a7 (diff)
downloadpkgsrc-cbea735ac7aa79d06c3ad9a929718e06e525ad5f.tar.gz
Mark two custom targets .PHONY.
XXX: This does not handle distribution patches.
Diffstat (limited to 'math/mpfr')
-rw-r--r--math/mpfr/inplace.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/mpfr/inplace.mk b/math/mpfr/inplace.mk
index fac5e790ce3..cde85b11100 100644
--- a/math/mpfr/inplace.mk
+++ b/math/mpfr/inplace.mk
@@ -1,9 +1,10 @@
-# $NetBSD: inplace.mk,v 1.3 2013/07/08 20:18:52 jperkin Exp $
+# $NetBSD: inplace.mk,v 1.4 2014/12/05 13:14:21 wiz Exp $
#
# Include this file to extract math/mpfr source into the WRKSRC of
# another package. This is to be used by GCC packages to avoid the
# numerous dependencies math/mpfr has.
+.PHONY: fetch-inplace-mpfr extract-inplace-mpfr
post-fetch: fetch-inplace-mpfr
post-extract: extract-inplace-mpfr