| Summary: | [maintainer] japanese/jacode.pl: fix StageDir | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | takefu | ||||
| Component: | Individual Port(s) | Assignee: | Antoine Brodin <antoine> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
takefu
2013-10-31 09:20:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->antoine Take Author: antoine Date: Sun Dec 1 19:50:25 2013 New Revision: 335435 URL: http://svnweb.freebsd.org/changeset/ports/335435 Log: - Stage support - remove tab in pkg-descr PR: ports/183516 Submitted by: Takefu (maintainer) Modified: head/japanese/jacode.pl/Makefile head/japanese/jacode.pl/pkg-descr Modified: head/japanese/jacode.pl/Makefile ============================================================================== --- head/japanese/jacode.pl/Makefile Sun Dec 1 19:48:36 2013 (r335434) +++ head/japanese/jacode.pl/Makefile Sun Dec 1 19:50:25 2013 (r335435) @@ -19,12 +19,11 @@ USE_PERL5= run 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> Modified: head/japanese/jacode.pl/pkg-descr ============================================================================== --- head/japanese/jacode.pl/pkg-descr Sun Dec 1 19:48:36 2013 (r335434) +++ head/japanese/jacode.pl/pkg-descr Sun Dec 1 19:50:25 2013 (r335435) @@ -14,4 +14,4 @@ This software has upper compatibility to * 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/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Patch committed, thanks! |