diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-28 20:26:37 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-28 20:26:37 +0000 |
commit | 06ba5a2e54ea6cf4e5d9920e2d559d20f839750d (patch) | |
tree | 13718d3ec0c4b591eda2358ea0b82f6be55fd795 /audio/freepats | |
parent | 0e8696bf0fe47b527aae0034e0f03fce18d6f4cb (diff) | |
download | ports-06ba5a2e54ea6cf4e5d9920e2d559d20f839750d.tar.gz ports-06ba5a2e54ea6cf4e5d9920e2d559d20f839750d.zip |
Notes
Diffstat (limited to 'audio/freepats')
-rw-r--r-- | audio/freepats/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/freepats/Makefile b/audio/freepats/Makefile index 8efd5e325d09..89aab32486c8 100644 --- a/audio/freepats/Makefile +++ b/audio/freepats/Makefile @@ -10,12 +10,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Free and open set of instrument patches USE_BZIP2= yes -NO_STAGE= yes WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes do-install: - cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} .include <bsd.port.mk> |