diff options
Diffstat (limited to 'comms/cwdaemon')
-rw-r--r-- | comms/cwdaemon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/cwdaemon/Makefile b/comms/cwdaemon/Makefile index 9424a318b765..6bd588051f7a 100644 --- a/comms/cwdaemon/Makefile +++ b/comms/cwdaemon/Makefile @@ -15,11 +15,11 @@ MASTER_SITE_SUBDIR= db MAINTAINER= db@FreeBSD.org COMMENT= Amateur Radio cw (Morse code) keyer daemon -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= cw:${PORTSDIR}/comms/unixcw INSTALL_TARGET= install-exec GNU_CONFIGURE= yes +USE_PKGCONFIG= yes CONFIGURE_ARGS+= --datadir=${PREFIX}/share/doc MAN8= cwdaemon.8 |