svn commit: r328223 - head/audio/wmauda
Renato Botelho
garga at FreeBSD.org
Wed Sep 25 00:10:10 UTC 2013
Author: garga
Date: Wed Sep 25 00:10:10 2013
New Revision: 328223
URL: http://svnweb.freebsd.org/changeset/ports/328223
Log:
Support staging
Modified:
head/audio/wmauda/Makefile
Modified: head/audio/wmauda/Makefile
==============================================================================
--- head/audio/wmauda/Makefile Wed Sep 25 00:05:17 2013 (r328222)
+++ head/audio/wmauda/Makefile Wed Sep 25 00:10:10 2013 (r328223)
@@ -16,15 +16,14 @@ RUN_DEPENDS= audacious:${PORTSDIR}/multi
LIB_DEPENDS= libmowgli.so:${PORTSDIR}/devel/libmowgli
USES= gmake pkgconfig
-NO_STAGE= yes
USE_GNOME= gnomeprefix gtk20
CFLAGS+= `pkg-config --cflags gtk+-2.0`
MAKE_ENV= MANPAGE_DIR=${MAN1PREFIX}/man/man1 \
LIBS="`pkg-config --libs gtk+-2.0`"
PLIST_FILES= bin/wmauda \
+ man/man1/wmauda.1.gz \
share/pixmaps/wmauda.xpm
-MAN1= wmauda.1
post-patch:
@${REINPLACE_CMD} -E 's,^(MANPAGE_DIR.*):=,\1\?=,; \
More information about the svn-ports-head
mailing list