aboutsummaryrefslogtreecommitdiff
path: root/emulators/mtools/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-05-29 01:47:02 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-05-29 01:47:02 +0000
commit989a30b46a873f795b7cb9649f296ed98bedaa3d (patch)
tree08793ee49dbd2978d3934b4bef19ed0ab5befb42 /emulators/mtools/Makefile
parentdbf23d7b3ef2280d19593a3e419294ae9c80d076 (diff)
downloadports-989a30b46a873f795b7cb9649f296ed98bedaa3d.tar.gz
ports-989a30b46a873f795b7cb9649f296ed98bedaa3d.zip
Notes
Diffstat (limited to 'emulators/mtools/Makefile')
-rw-r--r--emulators/mtools/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index 39b767faffe0..6fe4a8b2db54 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.6 1995/11/22 11:48:15 asami Exp $
+# $Id: Makefile,v 1.7 1996/05/27 14:09:17 jmz Exp $
#
DISTNAME= mtools-3.0
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
MAINTAINER= jmz@FreeBSD.org
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX}
+CONFIGURE_ARGS+=--enable-xdf --prefix=${PREFIX}
post-patch:
@cd ${WRKSRC}; for f in config.c mtools.5 mtools.texi; do \
@@ -30,6 +30,5 @@ post-install:
gzip -fn ${PREFIX}/man/man1/$$f; done
@gzip -fn ${PREFIX}/man/man5/mtools.5
.endif
- @rm -f ${PREFIX}/bin/lz
.include <bsd.port.mk>