diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-27 09:02:11 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-27 09:02:11 +0000 |
commit | 7f6443b63ede99966784a01b3bb9d692e8ddea50 (patch) | |
tree | e0106e75a61f7b0a44fe9d322ac9fe648e6644c9 /editors/xed/Makefile | |
parent | 5665c6ddb6d2e3cb3ae40eccfc334b743560f3a2 (diff) | |
download | ports-7f6443b63ede99966784a01b3bb9d692e8ddea50.tar.gz ports-7f6443b63ede99966784a01b3bb9d692e8ddea50.zip |
Notes
Diffstat (limited to 'editors/xed/Makefile')
-rw-r--r-- | editors/xed/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/xed/Makefile b/editors/xed/Makefile index 27c5fb4b39f9..d324f91873e7 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Jul 1996 # Whom: shanee # -# $Id: Makefile,v 1.8 1998/09/15 11:13:03 asami Exp $ +# $Id: Makefile,v 1.9 1998/09/17 00:32:30 asami Exp $ # DISTNAME= xed1.3 @@ -18,9 +18,6 @@ MAINTAINER= shanee@augusta.de LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes -XMKMF= xmkmf - -pre-install: - cd $(WRKSRC); make install.man +MAN1= xed.1 .include <bsd.port.mk> |