diff options
author | itetcu <itetcu@FreeBSD.org> | 2010-09-26 13:47:32 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2010-09-26 13:47:32 +0800 |
commit | 3b7a2fd388522dd6310e475dda2b194b097f77af (patch) | |
tree | 4b3c98c0b4fe9a8fa8a422f8263c17b59c580c54 /databases/xapian-core | |
parent | e165921f5083e88a80cfdcba66c89e091cf06f60 (diff) | |
download | freebsd-ports-gnome-3b7a2fd388522dd6310e475dda2b194b097f77af.tar.gz freebsd-ports-gnome-3b7a2fd388522dd6310e475dda2b194b097f77af.tar.zst freebsd-ports-gnome-3b7a2fd388522dd6310e475dda2b194b097f77af.zip |
- fix when -DNOPORTDOCS (shell command needs to be exectuted inside a target)
- pet portlint (spaces -> tabs)
Reported by: QAT
Diffstat (limited to 'databases/xapian-core')
-rw-r--r-- | databases/xapian-core/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/xapian-core/Makefile b/databases/xapian-core/Makefile index e454b7c61ba3..a2aea5b6434d 100644 --- a/databases/xapian-core/Makefile +++ b/databases/xapian-core/Makefile @@ -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 |