Date: Sat, 1 Jun 2013 16:47:48 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319580 - head/security/libtasn1 Message-ID: <201306011647.r51GlmrZ028969@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306011647.r51GlmrZ028969>