diff options
author | agc <agc> | 2000-09-26 13:46:34 +0000 |
---|---|---|
committer | agc <agc> | 2000-09-26 13:46:34 +0000 |
commit | 07e01ca0787194b97aec597b0407eee80d809fa0 (patch) | |
tree | 5f1c4283d6aa9324b915777d300925b70a51febb /sysutils | |
parent | c2142f3ed4a05d3f9722bd45945da9af8452c20b (diff) | |
download | pkgsrc-07e01ca0787194b97aec597b0407eee80d809fa0.tar.gz |
Get the order of the clauses right in the MTOOLS_ENABLE_FLOPPYD test
in post-install target.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mtools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile index 778410c10aa..cad294db358 100644 --- a/sysutils/mtools/Makefile +++ b/sysutils/mtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/09/26 11:09:27 agc Exp $ +# $NetBSD: Makefile,v 1.19 2000/09/26 13:46:34 agc Exp $ # DISTNAME= mtools-3.9.5 @@ -34,11 +34,11 @@ post-patch: post-install: .ifdef MTOOLS_ENABLE_FLOPPYD + ${CP} ${PKGDIR}/PLIST ${PLIST_SRC} +.else ${RM} -f ${PREFIX}/man/man1/floppyd.1 ${RM} -f ${PREFIX}/bin/floppyd ${PREFIX}/bin/floppyd_installtest ${GREP} -v /floppyd ${PKGDIR}/PLIST >${PLIST_SRC} -.else - ${CP} ${PKGDIR}/PLIST ${PLIST_SRC} .endif .include "../../mk/bsd.pkg.mk" |