- Stage support

This commit is contained in:
Martin Wilke 2014-01-31 06:39:24 +00:00
parent 7210d0ec54
commit c05d473191
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341914
2 changed files with 1 additions and 4 deletions

View file

@ -12,14 +12,13 @@ COMMENT= SMFv2/ARMS client library for C
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
USE_GMAKE= yes
USES= gmake
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
NO_STAGE= yes
post-configure:
@${REINPLACE_CMD} 's|$${datarootdir}/doc/$${PACKAGE_TARNAME}|${DOCSDIR}|' \
${WRKSRC}/Makefile

View file

@ -3,7 +3,6 @@
PORTNAME= qtweetlib
PORTVERSION= 0.5
#PORTREVISION= 0
CATEGORIES= net
MAINTAINER= nivit@FreeBSD.org
@ -23,5 +22,4 @@ USE_GITHUB= yes
USE_LDCONFIG= yes
USE_QT4= gui moc_build network qmake_build rcc_build uic_build
NO_STAGE= yes
.include <bsd.port.mk>