summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-07 02:33:32 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-07 02:33:32 +0000
commit13dc059f0c144dbf716d930c3d21cd6a305f8f84 (patch)
tree60d7d314cf34d468295733bab04be8a77e3764fc
parent5a0f78596e91cd1f17f74d847253ac8376009d88 (diff)
downloadfreebsd-ports-13dc059f0c144dbf716d930c3d21cd6a305f8f84.zip
Stagify.
-rw-r--r--databases/openbase-jdbc/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/openbase-jdbc/Makefile b/databases/openbase-jdbc/Makefile
index 6fb9f2930d72..ee51e0422bbe 100644
--- a/databases/openbase-jdbc/Makefile
+++ b/databases/openbase-jdbc/Makefile
@@ -25,13 +25,9 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
OBVERSION= Oct2006
WORK_SUBDIR= JDBC_10.09.2006
-NO_STAGE= yes
.include <bsd.port.pre.mk>
do-install:
- @${INSTALL_DATA} ${WRKSRC}/${WORK_SUBDIR}/${JARFILE} ${JAVAJARDIR}/${JARFILE}
-
-post-install:
- @${CAT} ${PKGMESSAGE}
+ @${INSTALL_DATA} ${WRKSRC}/${WORK_SUBDIR}/${JARFILE} ${STAGEDIR}${JAVAJARDIR}/${JARFILE}
.include <bsd.port.post.mk>