diff options
Diffstat (limited to 'deskutils/libmrproject/Makefile')
-rw-r--r-- | deskutils/libmrproject/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/deskutils/libmrproject/Makefile b/deskutils/libmrproject/Makefile index c4fb45a..221736b 100644 --- a/deskutils/libmrproject/Makefile +++ b/deskutils/libmrproject/Makefile @@ -25,10 +25,6 @@ USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - post-install: @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/libmrproject.sh > ${PREFIX}/etc/rc.d/000.libmrproject.sh @${CHMOD} 750 ${PREFIX}/etc/rc.d/000.libmrproject.sh |