diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-05-19 23:51:26 +0800 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-05-19 23:51:26 +0800 |
commit | 6537adaa3ec0f1ca28f34c64574388714b4683e6 (patch) | |
tree | d0428b42af58862b11e9aa488b152e136e580e47 /databases | |
parent | cda85fc9f8129bc623deb005ab2e0f96b7ad1ffb (diff) | |
download | freebsd-ports-gnome-6537adaa3ec0f1ca28f34c64574388714b4683e6.tar.gz freebsd-ports-gnome-6537adaa3ec0f1ca28f34c64574388714b4683e6.tar.zst freebsd-ports-gnome-6537adaa3ec0f1ca28f34c64574388714b4683e6.zip |
Support staging.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/jrobin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/jrobin/Makefile b/databases/jrobin/Makefile index b2a7570ec92f..a7e78ea6c415 100644 --- a/databases/jrobin/Makefile +++ b/databases/jrobin/Makefile @@ -17,10 +17,9 @@ NO_BUILD= yes CLASSES= jrobin -NO_STAGE= yes do-install: .for c in ${CLASSES} - ${INSTALL_DATA} ${DISTDIR}/${c}-${PORTVERSION}.jar ${JAVAJARDIR}/${c}.jar + ${INSTALL_DATA} ${DISTDIR}/${c}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${c}.jar @${ECHO} '${JAVAJARDIR:S,^${PREFIX}/,,}/${c}.jar' >> ${TMPPLIST} .endfor |