diff options
author | novel <novel@FreeBSD.org> | 2013-06-02 00:47:48 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2013-06-02 00:47:48 +0800 |
commit | d312a2de212ba1eccb046789de84ad839fc6a4e2 (patch) | |
tree | 110a39f413a9354a95bb958acc65546e9ae4fc01 /security/libtasn1 | |
parent | c46dc5cc0499a41c6ad08ae32bee45568ab37da6 (diff) | |
download | freebsd-ports-gnome-d312a2de212ba1eccb046789de84ad839fc6a4e2.tar.gz freebsd-ports-gnome-d312a2de212ba1eccb046789de84ad839fc6a4e2.tar.zst freebsd-ports-gnome-d312a2de212ba1eccb046789de84ad839fc6a4e2.zip |
Convert to USES for pkgconfig and pkgconfig.
PR: 178313
Submitted by: Kimmo Paasiala <kpaasial@gmail.com>
Diffstat (limited to 'security/libtasn1')
-rw-r--r-- | security/libtasn1/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 2d1539d612e6..7a17d25f5a42 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -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} |