diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-30 17:16:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-30 17:16:34 +0000 |
commit | 9a9aeab79da0cae7c663eadce6be6f932970ab23 (patch) | |
tree | 0251de9d566e20aed3d3a93775086e465dfa06c3 /audio | |
parent | 8d85e5f2fb44a8d1b79ae54e24142685da743db3 (diff) | |
download | ports-9a9aeab79da0cae7c663eadce6be6f932970ab23.tar.gz ports-9a9aeab79da0cae7c663eadce6be6f932970ab23.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/soundtracker/Makefile | 3 |
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> |