Bug 183517 - [PATCH] japanese/jcode.pl: fix StageDir
Summary: [PATCH] japanese/jcode.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:13 UTC (History)
0 users

See Also:


Attachments
ja-jcode.pl-2.13_1.patch (924 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:01 UTC
fix
  StageDir
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2013-12-01 12:34:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

Take
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-01 19:48:43 UTC
Author: antoine
Date: Sun Dec  1 19:48:36 2013
New Revision: 335434
URL: http://svnweb.freebsd.org/changeset/ports/335434

Log:
  - Stage support
  - Add LICENSE
  
  PR:		ports/183517
  Submitted by:	Takefu

Modified:
  head/japanese/jcode.pl/Makefile

Modified: head/japanese/jcode.pl/Makefile
==============================================================================
--- head/japanese/jcode.pl/Makefile	Sun Dec  1 18:45:15 2013	(r335433)
+++ head/japanese/jcode.pl/Makefile	Sun Dec  1 19:48:36 2013	(r335434)
@@ -12,18 +12,19 @@ EXTRACT_SUFX=	# none
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Perl library for Japanese character code conversion
 
-USES=			perl5
-USE_PERL5=		run
-NO_WRKSUBDIR=		yes
-NO_BUILD=		yes
-EXTRACT_CMD=		${CP}
+LICENSE=	BSD
+
+USES=		perl5
+USE_PERL5=	run
+NO_WRKSUBDIR=	yes
+NO_BUILD=	yes
+EXTRACT_CMD=	${CP}
 EXTRACT_BEFORE_ARGS=	# none
 EXTRACT_AFTER_ARGS=	${WRKDIR}/${PORTNAME}
-PLIST_FILES=		${SITE_PERL_REL}/${PORTNAME}
+PLIST_FILES=	${SITE_PERL_REL}/${PORTNAME}
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${PREFIX}/${SITE_PERL_REL}
-	${INSTALL_DATA} ${WRKDIR}/${PORTNAME} ${PREFIX}/${SITE_PERL_REL}/
+	@${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}
+	${INSTALL_DATA} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}
 
 .include <bsd.port.mk>
_______________________________________________
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:27 UTC
State Changed
From-To: open->closed

Patch committed, thanks!