diff options
Diffstat (limited to 'audio/freepats/Makefile')
-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> |