diff options
author | asami <asami@FreeBSD.org> | 1997-04-09 10:53:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-09 10:53:09 +0800 |
commit | 6f972e91bfb29e7444b31f7ab8d471df3456cd57 (patch) | |
tree | 87c20a97dcaaa3b3474416b5b812f976da1652c1 /editors | |
parent | 47b70a43f9dea5f9432ded4814f8114f609e870d (diff) | |
download | freebsd-ports-gnome-6f972e91bfb29e7444b31f7ab8d471df3456cd57.tar.gz freebsd-ports-gnome-6f972e91bfb29e7444b31f7ab8d471df3456cd57.tar.zst freebsd-ports-gnome-6f972e91bfb29e7444b31f7ab8d471df3456cd57.zip |
Back out previous commit; jmz confirmed his /etc/mtree was out of date.
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> |