diff options
author | steve <steve@FreeBSD.org> | 1998-09-16 10:25:06 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-16 10:25:06 +0800 |
commit | a40391afdaa8ce3b43d1fa4a3ab5391238d18cba (patch) | |
tree | bdde2dc287c429f54c6981fc0bffce9930c9a1cf /comms/seyon/Makefile | |
parent | 5c5e72e21e37b2db9e18c002af6cf0f2ec384aa0 (diff) | |
download | freebsd-ports-gnome-a40391afdaa8ce3b43d1fa4a3ab5391238d18cba.tar.gz freebsd-ports-gnome-a40391afdaa8ce3b43d1fa4a3ab5391238d18cba.tar.zst freebsd-ports-gnome-a40391afdaa8ce3b43d1fa4a3ab5391238d18cba.zip |
Take the manpages out of pkg/PLIST and put them in MAN1.
Diffstat (limited to 'comms/seyon/Makefile')
-rw-r--r-- | comms/seyon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index 8fee61caeaa1..dd41b6cd3cf3 100644 --- a/comms/seyon/Makefile +++ b/comms/seyon/Makefile @@ -3,7 +3,7 @@ # Date created: 3 October 1994 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.7 1998/04/03 04:20:48 jseger Exp $ +# $Id: Makefile,v 1.8 1998/07/27 23:24:06 asami Exp $ # DISTNAME= Seyon-2.14b @@ -18,4 +18,6 @@ WRKSRC= ${WRKDIR}/seyon USE_IMAKE= yes BROKEN= Installs file in ${HOME}/.seyon +MAN1= seyon.1 + .include <bsd.port.mk> |