diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-05 04:19:19 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-05 04:19:19 +0000 |
commit | 2be447c91cc5632deec9803095bb1a7e75d053a5 (patch) | |
tree | 7f1c21e5738901ae3e7e9f9544a3f1a897e73cbf /devel/libshbuf/Makefile | |
parent | c6eb5bdae2203127709bc594d7ad9112702e9b67 (diff) |
Notes
Diffstat (limited to 'devel/libshbuf/Makefile')
-rw-r--r-- | devel/libshbuf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libshbuf/Makefile b/devel/libshbuf/Makefile index ffe57284c797..1a35179aafab 100644 --- a/devel/libshbuf/Makefile +++ b/devel/libshbuf/Makefile @@ -8,6 +8,7 @@ PORTNAME= libshbuf PORTVERSION= 0.0.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,10 +17,10 @@ MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes USE_LIBTOOL= yes -GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes post-patch: - @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .include <bsd.port.mk> |