diff options
author | marino <marino@FreeBSD.org> | 2015-03-25 07:45:41 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-25 07:45:41 +0800 |
commit | eb53ead67b7a3c94adf148f25679b94c59e27769 (patch) | |
tree | d75112d13b97d33d3abc4f2644d897827ced94de /comms/hf | |
parent | 0390f4799758af6e5954447faf0e8ab55b7e40c0 (diff) | |
download | freebsd-ports-gnome-eb53ead67b7a3c94adf148f25679b94c59e27769.tar.gz freebsd-ports-gnome-eb53ead67b7a3c94adf148f25679b94c59e27769.tar.zst freebsd-ports-gnome-eb53ead67b7a3c94adf148f25679b94c59e27769.zip |
2 ports categories: Remove $PTHREAD_LIBS
Categories: net-p2p, comms
Note that qrq was not properly staged, it failed stage-QA.
aprsd failed check-plist; it had a plist orphan. Now it fails stage-QA
with a fs violation, but it may be acceptable. Fixes added to both.
approved by: PTHREAD blanket
Diffstat (limited to 'comms/hf')
-rw-r--r-- | comms/hf/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/comms/hf/Makefile b/comms/hf/Makefile index da91a8e2be4d..d235f41540ac 100644 --- a/comms/hf/Makefile +++ b/comms/hf/Makefile @@ -27,8 +27,6 @@ CONFLICTS= sysutils/lbl-hf-1.* OPTIONS_DEFINE= DOCS EXAMPLES post-configure: - @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|' \ - ${WRKSRC}/hfkernel/Makefile @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ ${WRKSRC}/util/reffreq.c ${WRKSRC}/scripts/Makefile @@ -36,7 +34,7 @@ post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for d in ${WRKSRC}/doc/hf-examplefiles/fix.[0-1]*[0-9]* \ ${WRKSRC}/doc/hf-examplefiles/gag - @${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${EXAMPLESDIR} .endfor @${ECHO} "If examples are installed they will be found in ${EXAMPLESDIR}" >> ${WRKDIR}/pkg-message @${MKDIR} ${STAGEDIR}${DOCSDIR} @@ -49,7 +47,7 @@ post-install: ${WRKSRC}/doc/lfconv.jpg ${WRKSRC}/doc/mt63.txt \ ${WRKSRC}/doc/pactor.ps ${WRKSRC}/doc/pactor.txt \ ${WRKSRC}/doc/pactor_statediag.fig - @${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR} .endfor @${ECHO} "If docs are installed they will be found in ${DOCSDIR}" >> ${WRKDIR}/pkg-message |