Date: Sun, 6 Sep 2009 16:52:34 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: itetcu@FreeBSD.org, araujo@FreeBSD.org Subject: ports/138586: [PATCH] archivers/macutils: Included the pkg-plist in Makefile. Take maintainership. Message-ID: <20090906195234.20B89229B9B@fbsd72.scjamorim.org> Resent-Message-ID: <200909062000.n86K03bn052575@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138586 >Category: ports >Synopsis: [PATCH] archivers/macutils: Included the pkg-plist in Makefile. Take maintainership. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 06 20:00:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug 3 22:10:47 BRT >Description: - Included the file pkg-plist in Makefile - Added "post-extract" to copy the file README - Replace DOCFILES by PORTDOCS - Take maintainership. Removed file(s): - pkg-plist You can see the log in mine tinderbox: 7-stable - amd64 http://www.scjamorim.org/Home/macutils-2.0b3_amd64.log Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- macutils-2.0b3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/macutils/Makefile,v retrieving revision 1.17 diff -u -u -r1.17 Makefile --- Makefile 4 Mar 2004 08:58:54 -0000 1.17 +++ Makefile 6 Sep 2009 19:46:43 -0000 @@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR= utils/compress DISTNAME= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Utilities for Apple Macintosh files WRKSRC= ${WRKDIR}/${PORTNAME} @@ -22,13 +22,19 @@ frommac.1 macutil.1 BINDIR= ${PREFIX}/bin -DOCFILES= README.crc README.hexbin README.macput README.unpit \ +PLIST_FILES= bin/binhex bin/frommac bin/hexbin bin/macsave bin/macstream \ + bin/macunpack bin/tomac + +PORTDOCS= README README.crc README.hexbin README.macput README.unpit \ README.zoom README.crc.orig README.macget README.scan \ - README.unsit ../README + README.unsit # The distribution has a naff install target which doesn't install man # pages so here is a decent one. # +post-extract: + @${CP} ${WRKSRC}/README ${WRKSRC}/doc + do-install: @${ECHO_MSG} "===> Installing binaries..." ${INSTALL_PROGRAM} ${WRKSRC}/macunpack/macunpack ${BINDIR}/ @@ -50,8 +56,8 @@ .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Installing supplementary documents..." @${MKDIR} ${DOCSDIR} -.for file in ${DOCFILES} - ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} +.for docs in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/doc/${docs} ${DOCSDIR} .endfor .endif Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 21 Oct 2003 09:58:08 -0000 1.5 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,18 +0,0 @@ -bin/binhex -bin/frommac -bin/hexbin -bin/macsave -bin/macstream -bin/macunpack -bin/tomac -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.crc -%%PORTDOCS%%%%DOCSDIR%%/README.crc.orig -%%PORTDOCS%%%%DOCSDIR%%/README.hexbin -%%PORTDOCS%%%%DOCSDIR%%/README.macget -%%PORTDOCS%%%%DOCSDIR%%/README.macput -%%PORTDOCS%%%%DOCSDIR%%/README.scan -%%PORTDOCS%%%%DOCSDIR%%/README.unpit -%%PORTDOCS%%%%DOCSDIR%%/README.unsit -%%PORTDOCS%%%%DOCSDIR%%/README.zoom -%%PORTDOCS%%@dirrm %%DOCSDIR%% --- macutils-2.0b3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090906195234.20B89229B9B>