diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-20 01:43:13 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-20 01:43:13 +0000 |
commit | 8c3c71df0d8b84ccaae44e44668b3b70f751beae (patch) | |
tree | 50d2c878e35b7e0a9942d2899cca7c84d9d06caa /mail/xfaces/Makefile | |
parent | 7b97e507de256f85ea1825da65657a4333850d68 (diff) | |
download | ports-8c3c71df0d8b84ccaae44e44668b3b70f751beae.tar.gz ports-8c3c71df0d8b84ccaae44e44668b3b70f751beae.zip |
Notes
Diffstat (limited to 'mail/xfaces/Makefile')
-rw-r--r-- | mail/xfaces/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/xfaces/Makefile b/mail/xfaces/Makefile index e2b267324be0..3effde500946 100644 --- a/mail/xfaces/Makefile +++ b/mail/xfaces/Makefile @@ -5,7 +5,7 @@ # With some # modifications from: Andreas Klemm <andreas@FreeBSD.ORG> # -# $Id: Makefile,v 1.11 1998/09/17 00:32:45 asami Exp $ +# $Id: Makefile,v 1.12 1998/09/21 01:59:20 steve Exp $ # DISTNAME= xfaces-3.3 @@ -22,6 +22,7 @@ LIB_DEPENDS= compface.1:${PORTSDIR}/mail/faces \ Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= YES +MAN1= xfaces.1 pre-configure: @ln -sf ../sounds ${WRKSRC} |