Bug 183516 - [maintainer] japanese/jacode.pl: fix StageDir
Summary: [maintainer] japanese/jacode.pl: fix StageDir
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Antoine Brodin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-31 09:20 UTC by takefu
Modified: 2013-12-01 20:14 UTC (History)
0 users

See Also:


Attachments
ja-jacode.pl-2.13.4.10.patch (1003 bytes, patch)
2013-10-31 09:20 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2013-10-31 09:20:00 UTC
fix
  StageDir
  pkg-descr tab to white space
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2013-12-01 12:34:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

Take
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-01 19:50:33 UTC
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"
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2013-12-01 20:13:51 UTC
State Changed
From-To: open->closed

Patch committed, thanks!