aboutsummaryrefslogtreecommitdiffstats
path: root/security/libtasn1
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2013-06-02 00:47:48 +0800
committernovel <novel@FreeBSD.org>2013-06-02 00:47:48 +0800
commitd312a2de212ba1eccb046789de84ad839fc6a4e2 (patch)
tree110a39f413a9354a95bb958acc65546e9ae4fc01 /security/libtasn1
parentc46dc5cc0499a41c6ad08ae32bee45568ab37da6 (diff)
downloadfreebsd-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/Makefile6
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}