diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 15:21:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 15:21:13 +0000 |
commit | a0bcd2cf684ff6bc2faf242e6678282f20a3ee44 (patch) | |
tree | a5029ff30555b3a7ee0621f4dd5aacb832fde1d8 /comms/rtl-sdr | |
parent | b7fb6d6f05e67910c9ecd4b0e0e1e0a130f8f54f (diff) | |
download | ports-a0bcd2cf684ff6bc2faf242e6678282f20a3ee44.tar.gz ports-a0bcd2cf684ff6bc2faf242e6678282f20a3ee44.zip |
Notes
Diffstat (limited to 'comms/rtl-sdr')
-rw-r--r-- | comms/rtl-sdr/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/rtl-sdr/Makefile b/comms/rtl-sdr/Makefile index eabb26d9621d..741c227324c4 100644 --- a/comms/rtl-sdr/Makefile +++ b/comms/rtl-sdr/Makefile @@ -13,7 +13,7 @@ COMMENT= Commandline tool that performs SDR with RTL2832-based USB sticks LICENSE= GPLv2 -USES= autoreconf gmake pkgconfig libtool tar:tgz +USES= autoreconf gmake pkgconfig libtool pathfix tar:tgz GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include @@ -31,7 +31,5 @@ DOXYGEN_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-Makefile.am post-patch: @${REINPLACE_CMD} 's|^pkgdocdir=.*|pkgdocdir=${DOCSDIR}|' \ ${WRKSRC}/Makefile.am - @${REINPLACE_CMD} 's|^pkgconfigdir =.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.am .include <bsd.port.mk> |