summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-30 17:16:34 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-30 17:16:34 +0000
commit9a9aeab79da0cae7c663eadce6be6f932970ab23 (patch)
tree0251de9d566e20aed3d3a93775086e465dfa06c3 /audio
parentStage support (diff)
Stage support
Notes
Notes: svn path=/head/; revision=338145
Diffstat (limited to 'audio')
-rw-r--r--audio/soundtracker/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/soundtracker/Makefile b/audio/soundtracker/Makefile
index 759c1d1a9964..6e17bcba2b01 100644
--- a/audio/soundtracker/Makefile
+++ b/audio/soundtracker/Makefile
@@ -17,7 +17,6 @@ LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile
GNU_CONFIGURE= yes
USES= pathfix pkgconfig
-NO_STAGE= yes
USE_GNOME= esound gdkpixbuf
CPPFLAGS+= -I${LOCALBASE}/include
@@ -76,6 +75,6 @@ pre-build:
post-install:
${INSTALL_DATA} ${WRKSRC}/sharp.xpm \
- ${PREFIX}/share/pixmaps/soundtracker.xpm
+ ${STAGEDIR}${PREFIX}/share/pixmaps/soundtracker.xpm
.include <bsd.port.mk>