diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-09 06:12:19 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-09 06:12:19 +0800 |
commit | cf3b6487ea50a7db443555d29ce886ec6fa1b057 (patch) | |
tree | 2ee275fd26c883836a466925971e3f9743882a29 /sysutils | |
parent | 4890d075a09a1f55a796a05545e0575481cf79ea (diff) | |
download | freebsd-ports-gnome-cf3b6487ea50a7db443555d29ce886ec6fa1b057.tar.gz freebsd-ports-gnome-cf3b6487ea50a7db443555d29ce886ec6fa1b057.tar.zst freebsd-ports-gnome-cf3b6487ea50a7db443555d29ce886ec6fa1b057.zip |
Support staging
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/watchdog/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/watchdog/Makefile b/sysutils/watchdog/Makefile index 2b4d68492cee..165438309dcf 100644 --- a/sysutils/watchdog/Makefile +++ b/sysutils/watchdog/Makefile @@ -10,9 +10,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= dirkx@webweaving.org COMMENT= Watchdog daemon for the AMD Elan sc520 system-on-chip -MAN8= watchdogd.8 -MANCOMPRESSED= yes -PLIST_FILES= bin/watchdogd +PLIST_FILES= bin/watchdogd man/man8/watchdogd.8.gz -NO_STAGE= yes .include <bsd.port.mk> |