diff options
-rw-r--r-- | audio/fdmf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/fdmf/Makefile b/audio/fdmf/Makefile index 17c877f49d6d..742211ed9233 100644 --- a/audio/fdmf/Makefile +++ b/audio/fdmf/Makefile @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Find similar music by perceptual hashing LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \ libplot.so:${PORTSDIR}/graphics/plotutils \ @@ -37,6 +38,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${BINS:S,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${SCRS:S,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} |