svn commit: r335435 - head/japanese/jacode.pl
Antoine Brodin
antoine at FreeBSD.org
Sun Dec 1 19:50:26 UTC 2013
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/
More information about the svn-ports-all
mailing list