ports/183516: [maintainer] japanese/jacode.pl: fix StageDir

Takefu takefu at airport.fm
Thu Oct 31 09:20:01 UTC 2013


>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:


More information about the freebsd-ports-bugs mailing list