diff options
-rw-r--r-- | net-mgmt/sing/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/sing/Makefile b/net-mgmt/sing/Makefile index ddd7a94d5ad8..2cc3343c357d 100644 --- a/net-mgmt/sing/Makefile +++ b/net-mgmt/sing/Makefile @@ -21,12 +21,11 @@ CONFIGURE_ARGS+=--with-libpcap-prefix=/usr CONFIGURE_ENV= LIBS="`${LIBNET_CONFIG} --libs`" CPPFLAGS+= `${LIBNET_CONFIG} --defines` \ `${LIBNET_CONFIG} --cflags` -MAN8= sing.8 -PLIST_FILES= sbin/sing +PLIST_FILES= sbin/sing \ + man/man8/sing.8.gz LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config -NO_STAGE= yes post-extract: @${RM} -rf ${WRKSRC}/libpcap-* ;\ ${RM} -rf ${WRKSRC}/Libnet-* |