aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/tse3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/tse3/Makefile b/audio/tse3/Makefile
index f7809da09b25..dd38b4d98eb3 100644
--- a/audio/tse3/Makefile
+++ b/audio/tse3/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= MIDI library
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake libtool
GNU_CONFIGURE= yes
@@ -24,7 +25,7 @@ LDFLAGS+= -lpthread
OPTIONS_DEFINE= DOCS
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.gif ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR}