diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-12 07:43:07 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-12 07:43:07 +0000 |
commit | 934a7920db814b8fe70426bfa217113baa06ac8b (patch) | |
tree | 57df138e659644b600ad0c3ff4e63bd7406b2db5 /archivers/macutils/Makefile | |
parent | 4ac4fd59bad5e34a01a6c96273429970e1bca270 (diff) | |
download | ports-934a7920db814b8fe70426bfa217113baa06ac8b.tar.gz ports-934a7920db814b8fe70426bfa217113baa06ac8b.zip |
Notes
Diffstat (limited to 'archivers/macutils/Makefile')
-rw-r--r-- | archivers/macutils/Makefile | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/archivers/macutils/Makefile b/archivers/macutils/Makefile index 4ebffc0123dd..98a6b41146e8 100644 --- a/archivers/macutils/Makefile +++ b/archivers/macutils/Makefile @@ -1,22 +1,20 @@ -# New ports collection makefile for: macutils +# New ports collection makefile for: macutils # Date created: 14th April 1997 # Whom: Joel Sutton <jsutton@bbcon.com.au> -# FreeBSD Version: 2.1.5-RELEASE # # $FreeBSD$ # PORTNAME= macutils PORTVERSION= 2.0b3 -CATEGORIES= emulators -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/distributions/debian/main/source/otherosfs/ -DISTNAME= ${PORTNAME}_${PORTVERSION}.orig -# ${MASTER_SITE_SUNSITE} isn't appropriate because distributions/ isn't -# mirrored. +CATEGORIES= archivers emulators +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= utils/compress +DISTNAME= ${PORTNAME} MAINTAINER= jsutton@bbcon.com.au -WRKSRC= ${WRKDIR}/macutils +WRKSRC= ${WRKDIR}/${PORTNAME} MAKEFILE= makefile MAN1= macunpack.1 hexbin.1 macsave.1 macstream.1 binhex.1 tomac.1 \ @@ -51,10 +49,10 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/man/macutil.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Installing supplementary documents..." - -${MKDIR} ${DOCDIR}/ - for file in ${DOCFILES} ; do \ - ${INSTALL_DATA} ${WRKSRC}/doc/$$file ${DOCDIR}/ ;\ - done + -${MKDIR} ${DOCDIR} +.for file in ${DOCFILES} + ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCDIR}/ +.endfor .endif .include <bsd.port.mk> |