diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-10 00:08:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-10 00:08:41 +0000 |
commit | 3bc5e40254426847ecde2acbbfab3d3fbc8e20a6 (patch) | |
tree | 0838924d49f3defeb8bcbef3b48f5456d0570a78 /net/coda5_server | |
parent | bbec7d214062528a54ab29394f673c001a251e76 (diff) | |
download | pkgsrc-3bc5e40254426847ecde2acbbfab3d3fbc8e20a6.tar.gz |
Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
Diffstat (limited to 'net/coda5_server')
-rw-r--r-- | net/coda5_server/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile index df19795f79d..36e4202a394 100644 --- a/net/coda5_server/Makefile +++ b/net/coda5_server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2001/05/31 22:58:08 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2001/06/10 00:08:46 jlam Exp $ # DISTNAME= coda-5.3.13 @@ -38,8 +38,6 @@ INSTALL_SUBST+= RM=${RM} INSTALL_SUBST+= RMDIR=${RMDIR} INSTALL_SUBST+= TRUE=${TRUE} -pre-configure: ${BUILDLINK_TARGETS} - pre-install: ${SED} ${INSTALL_SUBST:S/=/@!/:S/$/!g/:S/^/ -e s!@/} \ ${PKGDIR}/DEINSTALL > ${DEINSTALL_FILE} |