aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-22 23:32:57 +0800
committerbapt <bapt@FreeBSD.org>2014-04-22 23:32:57 +0800
commit4b35de81b9ca2de1a1c0cadd48c367b0e570b526 (patch)
tree0d29d2e270346cbbe51e2cca90c1aa5265a972a4 /deskutils
parentc968e5adf5e9edf70771e1648ffedb8df512626a (diff)
downloadfreebsd-ports-gnome-4b35de81b9ca2de1a1c0cadd48c367b0e570b526.tar.gz
freebsd-ports-gnome-4b35de81b9ca2de1a1c0cadd48c367b0e570b526.tar.zst
freebsd-ports-gnome-4b35de81b9ca2de1a1c0cadd48c367b0e570b526.zip
Support stage
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/devd-notifier/Makefile6
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"