diff options
author | steve <steve@FreeBSD.org> | 1998-10-20 01:43:13 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-20 01:43:13 +0000 |
commit | ab679f15256d6726fc2ab0ceae0a5a790e99b17b (patch) | |
tree | 3cc98118fed12d6a78fe09954f185ad5565dae4e /mail/xbuffy | |
parent | 6a6246c9b2778aa6eb226724cf0f49762554bbef (diff) | |
download | FreeBSD-ports-ab679f15256d6726fc2ab0ceae0a5a790e99b17b.zip FreeBSD-ports-ab679f15256d6726fc2ab0ceae0a5a790e99b17b.tar.gz |
Move manpages from pkg/PLIST to Makefile.
Diffstat (limited to 'mail/xbuffy')
-rw-r--r-- | mail/xbuffy/Makefile | 3 | ||||
-rw-r--r-- | mail/xbuffy/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/xbuffy/Makefile b/mail/xbuffy/Makefile index 9814267..04004d2 100644 --- a/mail/xbuffy/Makefile +++ b/mail/xbuffy/Makefile @@ -3,7 +3,7 @@ # Date created: 18 June 1995 # Whom: dchapes@zeus.leitch.com # -# $Id: Makefile,v 1.2 1996/11/18 09:55:51 asami Exp $ +# $Id: Makefile,v 1.3 1997/12/04 02:35:02 vanilla Exp $ # DISTNAME= xbuffy3.3 @@ -15,5 +15,6 @@ MASTER_SITE_SUBDIR= utilities MAINTAINER= dchapes@zeus.leitch.com USE_IMAKE= yes +MAN1= xbuffy.1 .include <bsd.port.mk> diff --git a/mail/xbuffy/pkg-plist b/mail/xbuffy/pkg-plist index 0ce2502..422cbaf 100644 --- a/mail/xbuffy/pkg-plist +++ b/mail/xbuffy/pkg-plist @@ -1,3 +1,2 @@ bin/xbuffy lib/X11/app-defaults/XBuffy -man/man1/xbuffy.1.gz |