diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-12 00:42:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-12 00:42:22 +0800 |
commit | 23bdfed225c812163638d80552ba3d56e47f1f5d (patch) | |
tree | 3a9034cfeecb0648d2d2fd45e9bcbc2c5e7bc04a /mail | |
parent | 0bf8b0929b5d0f49c28b6ce0d9e6201f42951ece (diff) | |
download | freebsd-ports-gnome-23bdfed225c812163638d80552ba3d56e47f1f5d.tar.gz freebsd-ports-gnome-23bdfed225c812163638d80552ba3d56e47f1f5d.tar.zst freebsd-ports-gnome-23bdfed225c812163638d80552ba3d56e47f1f5d.zip |
- Add LICENSE
- Switch to options helpers
- Regenerate patches
Diffstat (limited to 'mail')
-rw-r--r-- | mail/whoson/Makefile | 11 | ||||
-rw-r--r-- | mail/whoson/files/patch-Makefile.in | 4 |
2 files changed, 8 insertions, 7 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> diff --git a/mail/whoson/files/patch-Makefile.in b/mail/whoson/files/patch-Makefile.in index b163ee19c3e4..e6b428fa6b85 100644 --- a/mail/whoson/files/patch-Makefile.in +++ b/mail/whoson/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2008-01-17 15:59:21.000000000 +0300 -+++ Makefile.in 2008-07-02 19:37:47.000000000 +0400 +--- Makefile.in.orig 2009-04-08 12:35:09 UTC ++++ Makefile.in @@ -336,7 +336,7 @@ whosond_SOURCES = whosond.c mainloop.c l nodist_whosond_SOURCES = servlist.c EXTRA_whosond_SOURCES = serv_tcp.c serv_unix.c serv_unixd.c serv_udp.c |