Date: Thu, 31 Oct 2013 18:10:10 +0900 From: Takefu <takefu@airport.fm> To: freebsd-gnats-submit@freebsd.org Subject: ports/183516: [maintainer] japanese/jacode.pl: fix StageDir Message-ID: <52721E72.9040101@airport.fm> Resent-Message-ID: <201310310920.r9V9K0Qp095720@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 183516 >Category: ports >Synopsis: [maintainer] japanese/jacode.pl: fix StageDir >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 09:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: FOX Amateur Radio Club >Environment: System: FreeBSD RELENG84-ix86.localIPv4.airport.fm 8.4-RELEASE-p4 FreeBSD 8.4-RELEASE-p4 #0: Wed Sep 25 14:55:36 JST 2013 >Description: fix StageDir pkg-descr tab to white space >How-To-Repeat: >Fix: --- ja-jacode.pl-2.13.4.10.patch begins here --- diff -ruN /usr/ports/japanese/jacode.pl/Makefile ./Makefile --- /usr/ports/japanese/jacode.pl/Makefile 2013-09-21 03:47:54.000000000 +0900 +++ ./Makefile 2013-10-31 17:55:49.000000000 +0900 @@ -19,12 +19,11 @@ PLIST_FILES= ${SITE_PERL_REL}/${PORTNAME} NO_BUILD= yes -NO_STAGE= yes pre-install: @cd ${WRKSRC}; ${PERL} ${WRKSRC}/test.pl do-install: - @${MKDIR} ${PREFIX}/${SITE_PERL_REL} - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME} ${PREFIX}/${SITE_PERL_REL}/${PORTNAME} + @${MKDIR} ${STAGEDIR}/${PREFIX}/${SITE_PERL_REL} + @${INSTALL_DATA} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/${SITE_PERL_REL}/${PORTNAME} .include <bsd.port.mk> diff -ruN /usr/ports/japanese/jacode.pl/pkg-descr ./pkg-descr --- /usr/ports/japanese/jacode.pl/pkg-descr 2012-07-14 22:54:48.000000000 +0900 +++ ./pkg-descr 2013-10-31 17:17:10.000000000 +0900 @@ -14,4 +14,4 @@ * No Object oriented * Possible to re-use past code and how to -WWW: http://search.cpan.org/dist/jacode/ +WWW: http://search.cpan.org/dist/jacode/ --- ja-jacode.pl-2.13.4.10.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?52721E72.9040101>