aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-11-20 04:49:01 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-11-20 04:49:01 +0800
commitc405a369800022660251e8df986716c3d31c2e1c (patch)
treeaacb846f45ebdda52ce0cb0d3e5f11d3ff66bce7 /audio
parent66f614a9d1efdb1cdbaa92f75b3a92446f666802 (diff)
downloadfreebsd-ports-gnome-c405a369800022660251e8df986716c3d31c2e1c.tar.gz
freebsd-ports-gnome-c405a369800022660251e8df986716c3d31c2e1c.tar.zst
freebsd-ports-gnome-c405a369800022660251e8df986716c3d31c2e1c.zip
- Add LICENSE_FILE
- Switch to options helpers
Diffstat (limited to 'audio')
-rw-r--r--audio/fdmf/Makefile3
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}