diff options
Diffstat (limited to 'www/qdecoder/Makefile')
-rw-r--r-- | www/qdecoder/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/www/qdecoder/Makefile b/www/qdecoder/Makefile index 4c48ec67eb92..e65ccf96253b 100644 --- a/www/qdecoder/Makefile +++ b/www/qdecoder/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qDecoder -PORTVERSION= 6.0.3 +PORTVERSION= 7.0 CATEGORIES= www MASTER_SITES= ftp://ftp.qDecoder.org/pub/qDecoder/\ ftp://ftp2.qDecoder.org/pub/qDecoder/ @@ -19,13 +19,17 @@ GNU_CONFIGURE= YES post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib ${MKDIR} ${PREFIX}/share/doc/qDecoder -.for doc in AUTHORS DISCLAIMER README README.pdf qDecoder.jpg +.for doc in AUTHORS DISCLAIMER README REFERENCE qDecoder.jpg ${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/qDecoder .endfor ${MKDIR} ${PREFIX}/share/examples/qDecoder -${RM} ${WRKSRC}/examples/*.o ${WRKSRC}/examples/*.cgi \ ${WRKSRC}/examples/Makefile.in - ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/qDecoder + ${INSTALL_DATA} ${WRKSRC}/examples/Makefile ${PREFIX}/share/examples/qDecoder + ${INSTALL_DATA} ${WRKSRC}/examples/*.c ${PREFIX}/share/examples/qDecoder + ${INSTALL_DATA} ${WRKSRC}/examples/*.conf ${PREFIX}/share/examples/qDecoder + ${INSTALL_DATA} ${WRKSRC}/examples/*.html ${PREFIX}/share/examples/qDecoder + ${INSTALL_DATA} ${WRKSRC}/examples/*.in ${PREFIX}/share/examples/qDecoder .include <bsd.port.mk> |