summaryrefslogtreecommitdiff
path: root/net/coda5_client
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-11 02:05:07 +0000
committerjlam <jlam>2001-06-11 02:05:07 +0000
commit8bbd4f1feea4465410823a4908f2eaec42ed8814 (patch)
tree8a4903fb4961ac3e5118ca00c446b0bcfea9697d /net/coda5_client
parent41bd0472789e2aed59f5f11fd815b22441b4b155 (diff)
downloadpkgsrc-8bbd4f1feea4465410823a4908f2eaec42ed8814.tar.gz
The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
Diffstat (limited to 'net/coda5_client')
-rw-r--r--net/coda5_client/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile
index 406533f0177..8292d90f7f7 100644
--- a/net/coda5_client/Makefile
+++ b/net/coda5_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2001/06/10 00:08:46 jlam Exp $
+# $NetBSD: Makefile,v 1.31 2001/06/11 02:05:13 jlam Exp $
#
DISTNAME= coda-5.3.13
@@ -26,18 +26,14 @@ USE_GMAKE= yes
.include "../../devel/rpc2/buildlink.mk"
.include "../../devel/rvm/buildlink.mk"
-CFLAGS+= -I${BUILDLINK_INCDIR}
-CXXFLAGS+= -I${BUILDLINK_INCDIR}
-LDFLAGS+= -L${BUILDLINK_LIBDIR}
-
DEINSTALL_FILE= ${WRKDIR}/DEINSTALL
INSTALL_FILE= ${WRKDIR}/INSTALL
-INSTALL_SUBST= CAT=${CAT}
-INSTALL_SUBST+= LN=${LN}
-INSTALL_SUBST+= RM=${RM}
-INSTALL_SUBST+= RMDIR=${RMDIR}
-INSTALL_SUBST+= TRUE=${TRUE}
+INSTALL_SUBST= CAT=${CAT:Q}
+INSTALL_SUBST+= LN=${LN:Q}
+INSTALL_SUBST+= RM=${RM:Q}
+INSTALL_SUBST+= RMDIR=${RMDIR:Q}
+INSTALL_SUBST+= TRUE=${TRUE:Q}
pre-install:
${SED} ${INSTALL_SUBST:S/=/@!/:S/$/!g/:S/^/ -e s!@/} \