svn commit: r450717 - head/net/openldap24-server

Xin LI delphij at FreeBSD.org
Wed Sep 27 06:01:24 UTC 2017


Author: delphij
Date: Wed Sep 27 06:01:23 2017
New Revision: 450717
URL: https://svnweb.freebsd.org/changeset/ports/450717

Log:
  Replace 'EXTRACT_SUFX=.tgz' with 'USES=tar.tgz'.
  
  PR:		ports/222405
  Submitted by:	Yasuhiro KIMURA <yasu utahime org>

Modified:
  head/net/openldap24-server/Makefile

Modified: head/net/openldap24-server/Makefile
==============================================================================
--- head/net/openldap24-server/Makefile	Wed Sep 27 05:56:07 2017	(r450716)
+++ head/net/openldap24-server/Makefile	Wed Sep 27 06:01:23 2017	(r450717)
@@ -29,7 +29,6 @@ CONFLICTS=		${PKGNAMEPREFIX}${PORTNAME}-client-2.[0-3]
 .else
 PKGNAMESUFFIX?=		-server
 .endif
-EXTRACT_SUFX=		.tgz
 
 MAINTAINER=		delphij at FreeBSD.org
 COMMENT?=		Open source LDAP server implementation
@@ -41,7 +40,7 @@ LICENSE_PERMS=		dist-mirror dist-sell pkg-mirror pkg-s
 
 GNU_CONFIGURE=		yes
 # :keepla because port uses lt_dlopen
-USES=			cpe libtool:keepla ssl
+USES=			cpe libtool:keepla ssl tar:tgz
 .if !defined(CLIENT_ONLY)
 USERS=			ldap
 GROUPS=			ldap


More information about the svn-ports-all mailing list