summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron>2011-07-09 12:33:40 +0000
committertron <tron>2011-07-09 12:33:40 +0000
commit8d64aeea88c24d7e2f99273ce87f648df9df9554 (patch)
treedea03ffd2c85fe3a70a931e98b79252797aadbce /mk
parent3d43611bb32ec14793adcbb6d11a1b2baa9179a5 (diff)
downloadpkgsrc-8d64aeea88c24d7e2f99273ce87f648df9df9554.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