diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-23 02:03:22 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-23 02:03:22 +0000 |
commit | 73de457d8dc77d157a417f96c9987a3671623fe1 (patch) | |
tree | 586e70b6855804c2c43bbdb1c2284d0280f72e3d /archivers | |
parent | (1) The old fconv-0.1.tar.gz had binaries for i386, (diff) |
Move manpages from plist to makefile and other minor nits
Notes
Notes:
svn path=/head/; revision=19706
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/macutils/Makefile | 22 | ||||
-rw-r--r-- | archivers/macutils/pkg-plist | 9 |
2 files changed, 13 insertions, 18 deletions
diff --git a/archivers/macutils/Makefile b/archivers/macutils/Makefile index e4353d219ab5..ab3d9e695411 100644 --- a/archivers/macutils/Makefile +++ b/archivers/macutils/Makefile @@ -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}/ diff --git a/archivers/macutils/pkg-plist b/archivers/macutils/pkg-plist index d2c9620ab8c5..87058c2a7bbc 100644 --- a/archivers/macutils/pkg-plist +++ b/archivers/macutils/pkg-plist @@ -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 |