diff options
author | bouyer <bouyer> | 2000-01-04 17:49:41 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2000-01-04 17:49:41 +0000 |
commit | 313e204ee4e9b02a0fb053ec5c151bfa17a4f6a0 (patch) | |
tree | 443e1360259addeaa3470a88a190355f7a130a49 /sysutils/mtools/Makefile | |
parent | 54e4291354b4941505b67b781723f39dc1b7a532 (diff) | |
download | pkgsrc-313e204ee4e9b02a0fb053ec5c151bfa17a4f6a0.tar.gz |
works on solaris
Diffstat (limited to 'sysutils/mtools/Makefile')
-rw-r--r-- | sysutils/mtools/Makefile | 4 |
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; \ |