diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-23 10:03:22 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-23 10:03:22 +0800 |
commit | 15e7494bf2ccaa5a098005931b04d6169494412e (patch) | |
tree | 578390f97ddb13d70ba1487e7ad66ccd3eab9cdf /archivers | |
parent | 38ca9245d822645de2e82e73a916af754ac4f32d (diff) | |
download | freebsd-ports-gnome-15e7494bf2ccaa5a098005931b04d6169494412e.tar.gz freebsd-ports-gnome-15e7494bf2ccaa5a098005931b04d6169494412e.tar.zst freebsd-ports-gnome-15e7494bf2ccaa5a098005931b04d6169494412e.zip |
Move manpages from plist to makefile and other minor nits
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 |