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/youbin | |
parent | 7b97e507de256f85ea1825da65657a4333850d68 (diff) | |
download | ports-8c3c71df0d8b84ccaae44e44668b3b70f751beae.tar.gz ports-8c3c71df0d8b84ccaae44e44668b3b70f751beae.zip |
Move manpages from pkg/PLIST to Makefile.
Notes
Notes:
svn path=/head/; revision=14107
Diffstat (limited to 'mail/youbin')
-rw-r--r-- | mail/youbin/Makefile | 6 | ||||
-rw-r--r-- | mail/youbin/pkg-plist | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/mail/youbin/Makefile b/mail/youbin/Makefile index 0463ef572c60..7a75bdaf0b94 100644 --- a/mail/youbin/Makefile +++ b/mail/youbin/Makefile @@ -4,7 +4,7 @@ # Date created: 09 Aug 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.13 1998/09/15 11:13:29 asami Exp $ +# $Id: Makefile,v 1.14 1998/09/17 00:32:46 asami Exp $ # DISTNAME= youbin-2.13 @@ -20,6 +20,10 @@ USE_IMAKE= yes PREFIX= ${LOCALBASE} MTREE_FILE= /etc/mtree/BSD.local.dist +MAN1= youbin.1 +MAN3= youbin_sub.3 +MAN8= youbind.8 + STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/youbind.sh.sample post-install: diff --git a/mail/youbin/pkg-plist b/mail/youbin/pkg-plist index 73917ae2fc1e..2206b10a532b 100644 --- a/mail/youbin/pkg-plist +++ b/mail/youbin/pkg-plist @@ -2,7 +2,4 @@ bin/youbin bin/xyoubin bin/sendto sbin/youbind -man/man1/youbin.1.gz -man/man3/youbin_sub.3.gz -man/man8/youbind.8.gz etc/rc.d/youbind.sh.sample |