diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-24 18:24:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-24 18:24:58 +0000 |
commit | c18c08e3267997cf3950de3fbf3aad0229ee110d (patch) | |
tree | 2f1e41138521448dfdc581d3d10fbee48642af5d | |
parent | f2329c070d343f2624352140593cc1eb7e2aac1c (diff) | |
download | ports-c18c08e3267997cf3950de3fbf3aad0229ee110d.tar.gz ports-c18c08e3267997cf3950de3fbf3aad0229ee110d.zip |
Notes
-rw-r--r-- | audio/HVSC-Update/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/HVSC-Update/Makefile b/audio/HVSC-Update/Makefile index 03587e61e6e5..33916b6bffde 100644 --- a/audio/HVSC-Update/Makefile +++ b/audio/HVSC-Update/Makefile @@ -12,7 +12,6 @@ COMMENT= Update program for the HVSC C= 64 SID tune collection BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend -NO_STAGE= yes GNU_CONFIGURE= yes USES= gmake WRKSRC= ${WRKDIR}/${PORTNAME:S/-/_/}_Tool_${PORTVERSION:S/.//g} @@ -20,15 +19,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME:S/-/_/}_Tool_${PORTVERSION:S/.//g} PORTDOCS= HVS_file_format.txt HVSC_Update.txt SID_file_format.txt PLIST_FILES= bin/${PORTNAME} -.include <bsd.port.options.mk> - do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/Update ${PREFIX}/bin/${PORTNAME} -.if ${PORT_OPTIONS:MDOCS} + ${INSTALL_PROGRAM} ${WRKSRC}/src/Update ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include <bsd.port.mk> |