diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-18 23:01:52 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-18 23:01:52 +0800 |
commit | fa813e946828262bf376d759e56c0ff5f0d8bb50 (patch) | |
tree | 0d3ab18e9cc45634867c1df4f20c7d07ba0aab36 /audio | |
parent | 14631e31b6ded5f4ca37c46df9fc699b2772d109 (diff) | |
download | freebsd-ports-gnome-fa813e946828262bf376d759e56c0ff5f0d8bb50.tar.gz freebsd-ports-gnome-fa813e946828262bf376d759e56c0ff5f0d8bb50.tar.zst freebsd-ports-gnome-fa813e946828262bf376d759e56c0ff5f0d8bb50.zip |
Stage support
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmmix/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile index af8d590c08c7..426a3a9dc5a3 100644 --- a/audio/xmmix/Makefile +++ b/audio/xmmix/Makefile @@ -13,12 +13,10 @@ COMMENT= Motif-based audio mixer WRKSRC= ${WRKDIR}/xmmix-1.2 USES= imake motif -NO_STAGE= yes USE_XORG= x11 xext sm ice xt xp -MAN1= xmmix.1 - -PLIST_FILES= bin/xmmix lib/X11/app-defaults/XMmix lib/X11/xmmix.hlp +PLIST_FILES= bin/xmmix lib/X11/app-defaults/XMmix lib/X11/xmmix.hlp \ + man/man1/xmmix.1.gz post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/XMmix.ad |