diff options
author | frueauf <frueauf> | 1998-03-16 10:44:43 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-03-16 10:44:43 +0000 |
commit | 0989bf482451561cf7910ceba5b8be5a090cce65 (patch) | |
tree | f056e2de4b4ca3ebca4ba54c1fb1108116d2ab6c | |
parent | 0c6489f9c44450bdf843d65445d9fde70d48df48 (diff) | |
download | pkgsrc-0989bf482451561cf7910ceba5b8be5a090cce65.tar.gz |
portlint: gunzip->${GUNZIP_CMD}; some reordering.
-rw-r--r-- | archivers/macutil/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/archivers/macutil/Makefile b/archivers/macutil/Makefile index 6527b510595..3b92427752d 100644 --- a/archivers/macutil/Makefile +++ b/archivers/macutil/Makefile @@ -1,26 +1,27 @@ -# Makefile for: macutil +# New packages collection makefile for: macutil # Version required: 2.0b3 # Date created: 13 March 1998 # Whom: mycroft # -# $NetBSD: Makefile,v 1.2 1998/03/13 22:21:12 mycroft Exp $ +# $NetBSD: Makefile,v 1.3 1998/03/16 10:44:43 frueauf Exp $ DISTNAME= macutil PKGNAME= macutil-2.0b3 CATEGORIES= archivers MASTER_SITES= ftp://ftp.cwi.nl/pub/dik/ DISTFILES= macutil2.0b3.shar.Z -MAKEFILE= makefile MAINTAINER= mycroft@NetBSD.ORG +MAKEFILE= makefile + MAN1= macunpack.1 hexbin.1 macsave.1 macstream.1 binhex.1 tomac.1 \ frommac.1 macutil.1 do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} - cd ${WRKDIR} && gunzip <${_DISTDIR}/${DISTFILES} | sh + cd ${WRKDIR} && ${GUNZIP_CMD} <${_DISTDIR}/${DISTFILES} | sh do-install: ${INSTALL_PROGRAM} ${WRKSRC}/macunpack/macunpack \ |