diff options
author | Renato Botelho <garga@FreeBSD.org> | 2024-01-08 15:24:12 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2024-01-08 16:43:52 +0000 |
commit | d42c1291b9aa5c577fd829f072c1557d411abf42 (patch) | |
tree | 8bbc982bd7a386235bf6cc989a0a3777d1be4b6f | |
parent | ba949ab94f1dfecff4bad76cff4de408d0a0ff9e (diff) |
net/wmnd: Pet portclippy
No functional changes intended
Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r-- | net/wmnd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wmnd/Makefile b/net/wmnd/Makefile index 3a4b163a2f29..0e0fcfe92375 100644 --- a/net/wmnd/Makefile +++ b/net/wmnd/Makefile @@ -11,15 +11,15 @@ LICENSE= GPLv2 USES= gmake xorg -OPTIONS_DEFINE= EXAMPLES - USE_XORG= ice sm x11 xext xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dummy-driver --enable-drivers=freebsd_sysctl -PORTEXAMPLES= wmndrc PLIST_FILES= bin/wmnd \ man/man1/wmnd.1.gz +PORTEXAMPLES= wmndrc + +OPTIONS_DEFINE= EXAMPLES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/wmnd ${STAGEDIR}${PREFIX}/bin |