From 0dacfa7ff6fc93636c9819d1f4781e9fdfbdb0da Mon Sep 17 00:00:00 2001 From: hq Date: Tue, 20 Jun 2006 22:02:00 +0000 Subject: Fix an error I introduced just before the commit by moving a line Reported by: maintainer --- net/dimes/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/dimes') diff --git a/net/dimes/Makefile b/net/dimes/Makefile index cf1f813..2115ab4 100644 --- a/net/dimes/Makefile +++ b/net/dimes/Makefile @@ -30,6 +30,7 @@ post-patch: cd ${WRKSRC}; echo "JAVA_HOME=${JAVA_HOME}" >> ${WRKSRC}/colors.sh; do-install: + cd ${WRKSRC}; ${SH} ./fix_permissions.sh; ./configure ${JAVASHAREDIR} @${MKDIR} ${DATADIR} @${MKDIR} ${DATADIR}/Classes @${MKDIR} ${DATADIR}/Classes/Base @@ -77,6 +78,5 @@ do-install: -exec ${INSTALL_MAN} {} ${DATADIR}/Licences/{} \; @${INSTALL_SCRIPT} -m 4755 ${WRKSRC}/agent.sh ${DATADIR}/agent.sh @${INSTALL_SCRIPT} ${WRKSRC}/colors.sh ${DATADIR}/colors.sh - cd ${WRKSRC}; ${SH} ./fix_permissions.sh; ./configure ${JAVASHAREDIR} .include -- cgit v1.1