Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 11:59:33 +0900
From:      Takefu <takefu@airport.fm>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/183289: [PATCH] archivers/arc: fix StageDir
Message-ID:  <5269DE95.8000208@airport.fm>
In-Reply-To: <201310250250.r9P2o2vP061551@freefall.freebsd.org>
References:  <201310250250.r9P2o2vP061551@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------090908010203060601040608
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit



--------------090908010203060601040608
Content-Type: text/plain; charset=Shift_JIS;
 name="[PATCH] archivers_arc fix StageDir.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="[PATCH] archivers_arc fix StageDir.patch"

diff -ruN /usr/ports/archivers/arc/Makefile ./Makefile
--- /usr/ports/archivers/arc/Makefile	2013-09-20 22:11:20.000000000 +0900
+++ ./Makefile	2013-10-22 09:53:57.000000000 +0900
@@ -9,17 +9,18 @@
 MAINTAINER=	delphij@FreeBSD.org
 COMMENT=	Create & extract files from DOS .ARC files

-NO_STAGE=	yes
-PLIST_FILES=	bin/arc bin/marc
+PLIST_FILES=	bin/arc bin/marc man/man1/arc.1.gz
 PORTDOCS=	Arc521.doc
-MAN1=		arc.1
+
+.include <bsd.port.pre.mk>

 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/arc ${WRKSRC}/marc ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/arc.1 ${MANPREFIX}/man/man1
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/Arc521.doc ${DOCSDIR}
+	${INSTALL_PROGRAM} ${WRKSRC}/arc ${WRKSRC}/marc\
+		${STAGEDIR}/${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/arc.1 ${STAGEDIR}/${PREFIX}/man/man1
+.if ${PORT_OPTIONS:MDOCS}
+	@${MKDIR} ${STAGEDIR}/${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/Arc521.doc ${STAGEDIR}/${DOCSDIR}
 .endif

 .include <bsd.port.mk>
diff -ruN /usr/ports/archivers/arc/pkg-descr ./pkg-descr
--- /usr/ports/archivers/arc/pkg-descr	2012-07-14 21:56:14.000000000 +0900
+++ ./pkg-descr	2013-10-04 12:27:42.000000000 +0900
@@ -3,4 +3,4 @@
 of three algorithms.  ARC archives are usually only used for compatibility
 with MS-DOS.

-WWW:    http://arc.sourceforge.net/
+WWW: http://arc.sourceforge.net/

--------------090908010203060601040608--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5269DE95.8000208>