diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-09 02:53:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-09 02:53:09 +0000 |
commit | 6791fd099d27293fbec15afa670816f3410ef3c0 (patch) | |
tree | c6088a0b986354b8cba8399f95671853d68658ae /editors | |
parent | 89f6f3d2bc21432de788d195d64b892eab7bce1f (diff) | |
download | ports-6791fd099d27293fbec15afa670816f3410ef3c0.tar.gz ports-6791fd099d27293fbec15afa670816f3410ef3c0.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/beav/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/beav/Makefile b/editors/beav/Makefile index a071a00a5bca..7e0c3975bede 100644 --- a/editors/beav/Makefile +++ b/editors/beav/Makefile @@ -3,7 +3,7 @@ # Date created: 01 July 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.5 1996/11/11 05:06:55 obrien Exp $ +# $Id: Makefile,v 1.6 1997/04/06 16:09:01 jmz Exp $ # DISTNAME= beav-140-6 @@ -17,8 +17,5 @@ MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de WRKSRC= ${WRKDIR}/beav-140 PATCH_STRIP= -p1 -pre-install: - @${MKDIR} ${PREFIX}/share/doc - .include <bsd.port.mk> |