summaryrefslogtreecommitdiff
path: root/sysutils/mtools
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-09-26 13:46:34 +0000
committeragc <agc@pkgsrc.org>2000-09-26 13:46:34 +0000
commit08745077f8d22db1626daf54837dc0f7564b6a91 (patch)
tree5f1c4283d6aa9324b915777d300925b70a51febb /sysutils/mtools
parenta2088e84f574e0200a7d7997047d52e0d1525a43 (diff)
downloadpkgsrc-08745077f8d22db1626daf54837dc0f7564b6a91.tar.gz
Get the order of the clauses right in the MTOOLS_ENABLE_FLOPPYD test
in post-install target.
Diffstat (limited to 'sysutils/mtools')
-rw-r--r--sysutils/mtools/Makefile6
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"