diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-27 09:02:11 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-27 09:02:11 +0000 |
commit | 548fe16a48a115c1b3101ce45ebfc438cdffe96f (patch) | |
tree | 5e117fba12855c6da4e01d40e2cf105e3bcdd330 /editors | |
parent | 5cc7aa301f82b0050cd2677155a3837fcbba9f99 (diff) | |
download | FreeBSD-ports-548fe16a48a115c1b3101ce45ebfc438cdffe96f.zip FreeBSD-ports-548fe16a48a115c1b3101ce45ebfc438cdffe96f.tar.gz |
Move manpage from PLIST to Makefile and cleanup Makefile
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xed/Makefile | 7 | ||||
-rw-r--r-- | editors/xed/pkg-plist | 1 |
2 files changed, 2 insertions, 6 deletions
diff --git a/editors/xed/Makefile b/editors/xed/Makefile index 27c5fb4..d324f91 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> diff --git a/editors/xed/pkg-plist b/editors/xed/pkg-plist index 845d43b..2853e66 100644 --- a/editors/xed/pkg-plist +++ b/editors/xed/pkg-plist @@ -1,4 +1,3 @@ bin/xed lib/X11/xed/xed.help lib/X11/app-defaults/Xed -man/man1/xed.1.gz |