summaryrefslogtreecommitdiff
path: root/sysutils/mtools/Makefile
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2000-01-04 17:49:41 +0000
committerbouyer <bouyer@pkgsrc.org>2000-01-04 17:49:41 +0000
commite081e66072770284023b0276f1f11a700990abdb (patch)
tree443e1360259addeaa3470a88a190355f7a130a49 /sysutils/mtools/Makefile
parentf3aed86bd18c7da8759066721c27b46e4438511c (diff)
downloadpkgsrc-e081e66072770284023b0276f1f11a700990abdb.tar.gz
works on solaris
Diffstat (limited to 'sysutils/mtools/Makefile')
-rw-r--r--sysutils/mtools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile
index a2cb208eaa6..fbdbe3a5f96 100644
--- a/sysutils/mtools/Makefile
+++ b/sysutils/mtools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 1999/06/02 20:09:02 christos Exp $
+# $NetBSD: Makefile,v 1.17 2000/01/04 17:49:41 bouyer Exp $
#
DISTNAME= mtools-3.9.5
@@ -27,7 +27,7 @@ post-patch:
@${RM} ${WRKSRC}/mtools
post-install:
- @if [ -e ${PREFIX}/bin/floppyd ]; then \
+ @if [ -x ${PREFIX}/bin/floppyd ]; then \
${CP} ${PKGDIR}/PLIST ${PLIST_SRC}; \
else \
${ECHO} ${RM} -f ${PREFIX}/man/man1/floppyd.1; \