summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2011-07-09 12:33:40 +0000
committertron <tron@pkgsrc.org>2011-07-09 12:33:40 +0000
commitbebcbe31c641545df88e6e2f3ecf0d953a7366ea (patch)
treedea03ffd2c85fe3a70a931e98b79252797aadbce /mk
parenta3c279210f601e33fbe9aeeb170cff4ff2b5e26e (diff)
downloadpkgsrc-bebcbe31c641545df88e6e2f3ecf0d953a7366ea.tar.gz
Remove non-working test for the existence of the files "configure.ac" and
"configure.in" from "refuse" handling. Instead simply add the two filenames to the list. They now get actually modified when they exist.
Diffstat (limited to 'mk')
-rw-r--r--mk/fuse.buildlink3.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/mk/fuse.buildlink3.mk b/mk/fuse.buildlink3.mk
index 6ab37b62d25..6f150091fc4 100644
--- a/mk/fuse.buildlink3.mk
+++ b/mk/fuse.buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: fuse.buildlink3.mk,v 1.11 2010/11/15 04:51:33 dholland Exp $
+# $NetBSD: fuse.buildlink3.mk,v 1.12 2011/07/09 12:33:40 tron Exp $
#
# Makefile fragment for packages using the FUSE framework.
#
@@ -74,12 +74,7 @@ BUILDLINK_TRANSFORM+= l:fuse:refuse
. if defined(GNU_CONFIGURE)
SUBST_CLASSES+= refuse
SUBST_STAGE.refuse= pre-configure
-SUBST_FILES.refuse= configure
-. for _f_ in configure.in configure.ac
-. if exists(${WRKSRC}/${_f_})
-SUBST_FILES.refuse+= ${_f_}
-. endif
-. endfor
+SUBST_FILES.refuse= configure configure.ac configure.in
SUBST_SED.refuse= -e "s|fuse_main|fuse_exit|g"
. endif