svn commit: r403570 - head/polish/libgadu

Pawel Pekala pawel at FreeBSD.org
Fri Dec 11 22:55:58 UTC 2015


Author: pawel
Date: Fri Dec 11 22:55:57 2015
New Revision: 403570
URL: https://svnweb.freebsd.org/changeset/ports/403570

Log:
  Switch to options helper

Modified:
  head/polish/libgadu/Makefile

Modified: head/polish/libgadu/Makefile
==============================================================================
--- head/polish/libgadu/Makefile	Fri Dec 11 22:50:15 2015	(r403569)
+++ head/polish/libgadu/Makefile	Fri Dec 11 22:55:57 2015	(r403570)
@@ -41,12 +41,8 @@ OPTIONS_DEFAULT=OPENSSL
 OPENSSL_CONFIGURE_WITH=	openssl
 OPENSSL_USE=		OPENSSL=yes
 
-.include <bsd.port.pre.mk>
-
-pre-install:
+pre-install-OPENSSL-on:
 # OpenSSL from base system lacks .pc file for pkgconfig
-.if ${PORT_OPTIONS:MOPENSSL}
 	@${REINPLACE_CMD} -e 's|openssl| |g' ${WRKSRC}/pkgconfig/libgadu.pc
-.endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list