svn commit: r319580 - head/security/libtasn1

Roman Bogorodskiy novel at FreeBSD.org
Sat Jun 1 16:47:48 UTC 2013


Author: novel
Date: Sat Jun  1 16:47:48 2013
New Revision: 319580
URL: http://svnweb.freebsd.org/changeset/ports/319580

Log:
  Convert to USES for pkgconfig and pkgconfig.
  
  PR:		178313
  Submitted by:	Kimmo Paasiala <kpaasial at gmail.com>

Modified:
  head/security/libtasn1/Makefile

Modified: head/security/libtasn1/Makefile
==============================================================================
--- head/security/libtasn1/Makefile	Sat Jun  1 16:47:41 2013	(r319579)
+++ head/security/libtasn1/Makefile	Sat Jun  1 16:47:48 2013	(r319580)
@@ -11,7 +11,7 @@ MAINTAINER=	novel at FreeBSD.org
 COMMENT=	ASN.1 structure parser library
 
 USE_LDCONFIG=	yes
-USE_GNOME=	pkgconfig
+USES=		pkgconfig pathfix
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 
@@ -56,10 +56,6 @@ MAN3=		asn1_array2tree.3 \
 		libtasn1_perror.3 \
 		libtasn1_strerror.3
 
-post-patch:
-	@${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \
-		${WRKSRC}/lib/Makefile.in
-
 .if !defined(NOPORTDOCS)
 post-install:
 	@${MKDIR} ${DOCSDIR}


More information about the svn-ports-all mailing list