diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-29 04:26:37 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-29 04:26:37 +0800 |
commit | 2c536c88960e91b87bac2be0ad5597b8855e5320 (patch) | |
tree | 13718d3ec0c4b591eda2358ea0b82f6be55fd795 /audio/freepats | |
parent | ed127df98c703ea2665dee3ec9f2d444d202510f (diff) | |
download | freebsd-ports-gnome-2c536c88960e91b87bac2be0ad5597b8855e5320.tar.gz freebsd-ports-gnome-2c536c88960e91b87bac2be0ad5597b8855e5320.tar.zst freebsd-ports-gnome-2c536c88960e91b87bac2be0ad5597b8855e5320.zip |
Stage support
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> |