aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/jacode.pl/Makefile
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-12-02 03:50:25 +0800
committerantoine <antoine@FreeBSD.org>2013-12-02 03:50:25 +0800
commit4610b20e2fbd3eea5dffd16ff1779a2b82f1e38c (patch)
tree9448514424c51257bbffb45ba4932d1a3e5d56ef /japanese/jacode.pl/Makefile
parent38f2b7151f201b7031aaa10a4be72ed7993f3428 (diff)
downloadfreebsd-ports-gnome-4610b20e2fbd3eea5dffd16ff1779a2b82f1e38c.tar.gz
freebsd-ports-gnome-4610b20e2fbd3eea5dffd16ff1779a2b82f1e38c.tar.zst
freebsd-ports-gnome-4610b20e2fbd3eea5dffd16ff1779a2b82f1e38c.zip
- Stage support
- remove tab in pkg-descr PR: ports/183516 Submitted by: Takefu (maintainer)
Diffstat (limited to 'japanese/jacode.pl/Makefile')
-rw-r--r--japanese/jacode.pl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/jacode.pl/Makefile b/japanese/jacode.pl/Makefile
index a33645a078a7..4a7dae0accee 100644
--- a/japanese/jacode.pl/Makefile
+++ b/japanese/jacode.pl/Makefile
@@ -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>