aboutsummaryrefslogtreecommitdiff
path: root/audio/gmixer
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-01-30 09:02:46 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-01-30 09:02:46 +0000
commitbb4ce87ef0a51f5591323723e337ff594fb8e112 (patch)
tree289809c30af238a2f54109944bdc4250086c8e33 /audio/gmixer
parentce130b43018e0e4943edbbcdef6e81f5137f67c8 (diff)
downloadports-bb4ce87ef0a51f5591323723e337ff594fb8e112.tar.gz
ports-bb4ce87ef0a51f5591323723e337ff594fb8e112.zip
Notes
Diffstat (limited to 'audio/gmixer')
-rw-r--r--audio/gmixer/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/gmixer/Makefile b/audio/gmixer/Makefile
index ec122bf53ea1..c862e468d161 100644
--- a/audio/gmixer/Makefile
+++ b/audio/gmixer/Makefile
@@ -14,12 +14,11 @@ COMMENT= X11/gtk+ mixer control
ALL_TARGET= gmixer
USES= pkgconfig
-NO_STAGE= yes
USE_GNOME= gtk12
PLIST_FILES= bin/gmixer share/pixmaps/gmixer.xpm
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gmixer ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/icons/gmixer.xpm ${PREFIX}/share/pixmaps
+ ${INSTALL_PROGRAM} ${WRKSRC}/gmixer ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/icons/gmixer.xpm ${STAGEDIR}${PREFIX}/share/pixmaps
.include <bsd.port.mk>