1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Move manpages from plist to makefile and other minor nits

This commit is contained in:
Michael Haro 1999-06-23 02:03:22 +00:00
parent 2d05441fab
commit 73de457d8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19706
2 changed files with 13 additions and 18 deletions

View File

@ -4,7 +4,7 @@
# Whom: Joel Sutton <sutton@aardvark.apana.org.au>
# FreeBSD Version: 2.1.5-RELEASE
#
# $Id: Makefile,v 1.3 1999/04/16 08:08:01 mharo Exp $
# $Id: Makefile,v 1.4 1999/04/18 10:17:01 asami Exp $
#
DISTNAME= macutils_2.0b3.orig
@ -19,7 +19,9 @@ MAINTAINER= sutton@aardvark.apana.org.au
WRKSRC= ${WRKDIR}/macutils
MAKEFILE= makefile
MANDIR= ${PREFIX}/man/man
MAN1= macunpack.1 hexbin.1 macsave.1 macstream.1 binhex.1 tomac.1 \
frommac.1 macutil.1
BINDIR= ${PREFIX}/bin
DOCDIR= ${PREFIX}/share/doc/macutils
DOCFILES= README.crc README.hexbin README.macput README.unpit \
@ -39,14 +41,14 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/comm/tomac ${BINDIR}/
${INSTALL_PROGRAM} ${WRKSRC}/comm/frommac ${BINDIR}/
@${ECHO_MSG} "===> Installing man pages..."
${INSTALL_MAN} ${WRKSRC}/man/macunpack.1 ${MANDIR}1/
${INSTALL_MAN} ${WRKSRC}/man/hexbin.1 ${MANDIR}1/
${INSTALL_MAN} ${WRKSRC}/man/macsave.1 ${MANDIR}1/
${INSTALL_MAN} ${WRKSRC}/man/macstream.1 ${MANDIR}1/
${INSTALL_MAN} ${WRKSRC}/man/binhex.1 ${MANDIR}1/
${INSTALL_MAN} ${WRKSRC}/man/tomac.1 ${MANDIR}1/
${INSTALL_MAN} ${WRKSRC}/man/frommac.1 ${MANDIR}1/
${INSTALL_MAN} ${WRKSRC}/man/macutil.1 ${MANDIR}1/
${INSTALL_MAN} ${WRKSRC}/man/macunpack.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/hexbin.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/macsave.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/macstream.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/binhex.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/tomac.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/frommac.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/macutil.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${ECHO_MSG} "===> Installing supplementary documents..."
-${MKDIR} ${DOCDIR}/

View File

@ -5,14 +5,6 @@ bin/macstream
bin/binhex
bin/tomac
bin/frommac
man/man1/macunpack.1
man/man1/hexbin.1
man/man1/macsave.1
man/man1/macstream.1
man/man1/binhex.1
man/man1/tomac.1
man/man1/frommac.1
man/man1/macutil.1
share/doc/macutils/README
share/doc/macutils/README.crc
share/doc/macutils/README.crc.orig
@ -23,3 +15,4 @@ share/doc/macutils/README.scan
share/doc/macutils/README.unpit
share/doc/macutils/README.unsit
share/doc/macutils/README.zoom
@dirrm share/doc/macutils