diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-31 01:16:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-31 01:16:34 +0800 |
commit | 2e02826079b53b7fc53416408f8b11b78440925a (patch) | |
tree | 0251de9d566e20aed3d3a93775086e465dfa06c3 /audio/soundtracker | |
parent | 6770e71c970a4a5ab4c6c5046c23e305e2439f3b (diff) | |
download | freebsd-ports-gnome-2e02826079b53b7fc53416408f8b11b78440925a.tar.gz freebsd-ports-gnome-2e02826079b53b7fc53416408f8b11b78440925a.tar.zst freebsd-ports-gnome-2e02826079b53b7fc53416408f8b11b78440925a.zip |
Stage support
Diffstat (limited to 'audio/soundtracker')
-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> |