diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:47:05 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:47:05 +0000 |
commit | cff70035fd060f10d943334943e082cee0c4be95 (patch) | |
tree | 2e7984908a35aa8f2fe08ea2a523a09ff9e3db25 /audio/HVSC-Update | |
parent | e894c29ad5fd45176ff40a63376707531adddba3 (diff) | |
download | ports-cff70035fd060f10d943334943e082cee0c4be95.tar.gz ports-cff70035fd060f10d943334943e082cee0c4be95.zip |
Notes
Diffstat (limited to 'audio/HVSC-Update')
-rw-r--r-- | audio/HVSC-Update/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/HVSC-Update/Makefile b/audio/HVSC-Update/Makefile index 212d709fe481..91c53f97f329 100644 --- a/audio/HVSC-Update/Makefile +++ b/audio/HVSC-Update/Makefile @@ -19,6 +19,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME:S/-/_/}_Tool_${PORTVERSION:S/.//g} PORTDOCS= HVS_file_format.txt HVSC_Update.txt SID_file_format.txt PLIST_FILES= bin/${PORTNAME} +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/Update ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${STAGEDIR}${DOCSDIR} |