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/xlbiff/Makefile | |
parent | Remove empty directories on deinstall. (diff) |
Move manpages from pkg/PLIST to Makefile.
Notes
Notes:
svn path=/head/; revision=14107
Diffstat (limited to 'mail/xlbiff/Makefile')
-rw-r--r-- | mail/xlbiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/xlbiff/Makefile b/mail/xlbiff/Makefile index bcd94c75373f..40c4acd11e8f 100644 --- a/mail/xlbiff/Makefile +++ b/mail/xlbiff/Makefile @@ -4,7 +4,7 @@ # Date created: 23-Aug-1995 # Whom: David O'Brien <obrien@cs.ucdavis.edu> # -# $Id: Makefile,v 1.4 1997/08/01 05:47:40 obrien Exp $ +# $Id: Makefile,v 1.5 1998/01/08 18:52:10 fenner Exp $ DISTNAME= xlbiff-3.0 CATEGORIES= mail x11 @@ -17,5 +17,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@FreeBSD.org USE_IMAKE= yes +MAN1= xlbiff.1 .include <bsd.port.mk> |