Date: Tue, 22 Apr 2014 15:32:57 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351848 - head/deskutils/devd-notifier Message-ID: <201404221532.s3MFWvtC094153@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Apr 22 15:32:57 2014 New Revision: 351848 URL: http://svnweb.freebsd.org/changeset/ports/351848 QAT: https://qat.redports.org/buildarchive/r351848/ Log: Support stage Modified: head/deskutils/devd-notifier/Makefile Modified: head/deskutils/devd-notifier/Makefile ============================================================================== --- head/deskutils/devd-notifier/Makefile Tue Apr 22 15:25:22 2014 (r351847) +++ head/deskutils/devd-notifier/Makefile Tue Apr 22 15:32:57 2014 (r351848) @@ -17,11 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify USES= pkgconfig -MAN1= devd-notifier.1 -PLIST_FILES= bin/devd-notifier -MANCOMPRESSED= yes +PLIST_FILES= bin/devd-notifier \ + man/man1/devd-notifier.1.gz -NO_STAGE= yes pre-everything:: @${ECHO_MSG} "You can build devd-notifier with your own config.h using the DEVD-NOTIFIER_CONF knob:" @${ECHO_MSG} "make DEVD-NOTIFIER_CONF=/path/to/devd-notifier/config.h install clean"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404221532.s3MFWvtC094153>