diff options
Diffstat (limited to 'misc/jbidwatcher/Makefile')
-rw-r--r-- | misc/jbidwatcher/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/jbidwatcher/Makefile b/misc/jbidwatcher/Makefile index df7d6a86ba81..b184e6c617cc 100644 --- a/misc/jbidwatcher/Makefile +++ b/misc/jbidwatcher/Makefile @@ -21,6 +21,7 @@ SUB_LIST+= PORTVERSION=${PORTVERSION} PLIST_FILES= %%JAVAJARDIR%%/JBidwatcher-${PORTVERSION}.jar \ bin/${PORTNAME} +NO_STAGE= yes do-install: @${INSTALL_DATA} ${WRKSRC}/JBidwatcher-${PORTVERSION}.jar ${JAVAJARDIR} @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin |