diff options
Diffstat (limited to 'mail/whoson/Makefile')
-rw-r--r-- | mail/whoson/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/whoson/Makefile b/mail/whoson/Makefile index 7dedae66e265..ac87ade845f0 100644 --- a/mail/whoson/Makefile +++ b/mail/whoson/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of `WHO iS ONline' protocol +LICENSE= PD OpenSSL +LICENSE_COMB= multi + USES= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-config=${PREFIX}/etc/whoson.conf @@ -21,13 +24,11 @@ PORTDOCS= README ChangeLog OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} + @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libwhoson.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}/${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.endif - ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libwhoson.so.0 .include <bsd.port.mk> |