diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-04-27 02:02:54 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-04-27 02:02:54 +0000 |
commit | 610c471c0f95b4d4849b97b4546ae577a3179035 (patch) | |
tree | 3de6ae39802827c9947fe24f64ff534d6e1bfc44 | |
parent | 4404ec60094ade1f7c9cf3af82bfb1484a25e097 (diff) |
- Stage
- Fix MASTER_SITES
PR: ports/188817
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: Pontus Stenetorp <ninjin@kth.se> (maintainer)
Notes
Notes:
svn path=/head/; revision=352390
-rw-r--r-- | audio/py-fastaudio/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/py-fastaudio/Makefile b/audio/py-fastaudio/Makefile index cdc70039e60d..ab9afb74ad99 100644 --- a/audio/py-fastaudio/Makefile +++ b/audio/py-fastaudio/Makefile @@ -5,7 +5,7 @@ PORTNAME= fastaudio PORTVERSION= 0.1 PORTREVISION= 1 CATEGORIES= audio python -MASTER_SITES= http://www.freenet.org.nz/python/pyPortAudio/:site1 \ +MASTER_SITES= http://freenet.mcnabhosting.com/python/pyPortAudio/:site1 \ http://www.portaudio.com/archives/:site2 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= fastaudio @@ -24,7 +24,6 @@ PLIST_DIRS= EXAMPLESDIR= ${LOCALBASE}/share/examples/py-${PORTNAME} USES= zip:infozip -NO_STAGE= yes USE_PYTHON= yes USE_PYDISTUTILS=yes @@ -52,8 +51,8 @@ post-patch: post-install: .if !defined(WITHOUT_EXAMPLES) - ( ${MKDIR} ${EXAMPLESDIR} && \ - ${INSTALL_DATA} ${WRKSRC}/demo.py ${EXAMPLESDIR}/ ) + ( ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} && \ + ${INSTALL_DATA} ${WRKSRC}/demo.py ${STAGEDIR}${EXAMPLESDIR}/ ) .endif .include <bsd.port.mk> |