diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 15:32:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 15:32:57 +0000 |
commit | 738b1d4ef6d8e4a8a3f41107bce2e719a1bd1217 (patch) | |
tree | 0d29d2e270346cbbe51e2cca90c1aa5265a972a4 | |
parent | 53abdbc4c5cf36ee8ff0f85790892e0beb9aa3b9 (diff) | |
download | ports-738b1d4ef6d8e4a8a3f41107bce2e719a1bd1217.tar.gz ports-738b1d4ef6d8e4a8a3f41107bce2e719a1bd1217.zip |
Notes
-rw-r--r-- | deskutils/devd-notifier/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/devd-notifier/Makefile b/deskutils/devd-notifier/Makefile index e710fa587a07..a88cfecb0126 100644 --- a/deskutils/devd-notifier/Makefile +++ b/deskutils/devd-notifier/Makefile @@ -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" |