- fix when -DNOPORTDOCS (shell command needs to be exectuted inside a target)

- pet portlint (spaces -> tabs)

Reported by:	QAT
This commit is contained in:
Ion-Mihai Tetcu 2010-09-26 05:47:32 +00:00
parent 48bd991e7a
commit 2ad0b990f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261875
2 changed files with 10 additions and 8 deletions

View file

@ -16,19 +16,20 @@ COMMENT= A probabilistic text search database engine
LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
MAN1= xapian-check.1 xapian-chert-update.1 xapian-compact.1 \
xapian-config.1 xapian-inspect.1 xapian-metadata.1 \
xapian-progsrv.1 xapian-replicate-server.1 xapian-tcpsrv.1 \
xapian-replicate.1
xapian-replicate.1
post-install:
.ifdef(NOPORTDOCS)
${RM} -rf ${DOCSDIR}
.endif

View file

@ -16,19 +16,20 @@ COMMENT= A probabilistic text search database engine
LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
MAN1= xapian-check.1 xapian-chert-update.1 xapian-compact.1 \
xapian-config.1 xapian-inspect.1 xapian-metadata.1 \
xapian-progsrv.1 xapian-replicate-server.1 xapian-tcpsrv.1 \
xapian-replicate.1
xapian-replicate.1
post-install:
.ifdef(NOPORTDOCS)
${RM} -rf ${DOCSDIR}
.endif