diff options
Diffstat (limited to 'comms/aprsd/Makefile')
-rw-r--r-- | comms/aprsd/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/comms/aprsd/Makefile b/comms/aprsd/Makefile index ef407b62f801..575935f30eec 100644 --- a/comms/aprsd/Makefile +++ b/comms/aprsd/Makefile @@ -3,6 +3,7 @@ PORTNAME= aprsd PORTVERSION= 2.2.515 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.2.5-15 DISTNAME= aprsd-2.2.5-15 @@ -24,10 +25,6 @@ post-patch: @${REINPLACE_CMD} -e 's|%%LOGPATH%%|/var/log/aprsd/|' \ ${WRKSRC}/src/utils.cpp -post-configure: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ - ${WRKSRC}/Makefile - pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/aprsd @${MKDIR} ${STAGEDIR}"/var/log/aprsd" |