diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-23 10:10:57 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-23 10:10:57 +0800 |
commit | cc9202ef0417a176c2ef3b769aa2e35663a292a3 (patch) | |
tree | 791f9cf97c8e305a20b21c167ba2f9523a6308ed /editors/beav/Makefile | |
parent | c0401a06f2aee8e20cc5064622de71fdd707b471 (diff) | |
download | freebsd-ports-gnome-cc9202ef0417a176c2ef3b769aa2e35663a292a3.tar.gz freebsd-ports-gnome-cc9202ef0417a176c2ef3b769aa2e35663a292a3.tar.zst freebsd-ports-gnome-cc9202ef0417a176c2ef3b769aa2e35663a292a3.zip |
Use MAN1. Don't be as gratuitously stupid about it (and installing
in general) as before.
Diffstat (limited to 'editors/beav/Makefile')
-rw-r--r-- | editors/beav/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/beav/Makefile b/editors/beav/Makefile index bd8e48190a27..2087fab8bdf2 100644 --- a/editors/beav/Makefile +++ b/editors/beav/Makefile @@ -3,7 +3,7 @@ # Date created: 01 July 1995 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.10 1997/11/27 00:07:31 jseger Exp $ +# $Id: Makefile,v 1.11 1998/08/10 09:00:02 tg Exp $ # DISTNAME= beav_1.40-11 @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.debian.org/debian/hamm/hamm/source/editors/ MAINTAINER= ports@FreeBSD.ORG +MAN1= beav.1 WRKSRC= ${WRKDIR}/beav-1.40 .include <bsd.port.mk> |