From 08745077f8d22db1626daf54837dc0f7564b6a91 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 26 Sep 2000 13:46:34 +0000 Subject: Get the order of the clauses right in the MTOOLS_ENABLE_FLOPPYD test in post-install target. --- sysutils/mtools/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysutils/mtools/Makefile') 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" -- cgit v1.2.3