summaryrefslogtreecommitdiff
path: root/mk/fuse.buildlink3.mk
diff options
context:
space:
mode:
authortron <tron>2011-07-09 12:33:40 +0000
committertron <tron>2011-07-09 12:33:40 +0000
commit75a3460c90409a6cd5219b2502ed7f0a5d17b6af (patch)
treedea03ffd2c85fe3a70a931e98b79252797aadbce /mk/fuse.buildlink3.mk
parent9534603c08849eceda94816d96b30d701ee43a04 (diff)
downloadpkgsrc-75a3460c90409a6cd5219b2502ed7f0a5d17b6af.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/fuse.buildlink3.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