aboutsummaryrefslogtreecommitdiff
path: root/www/udmsearch/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-07-27 16:03:24 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-07-27 16:03:24 +0000
commit599bffd169db2eae83ba50b39ac2169d94321143 (patch)
tree47af3f0d7f8842e08a43dddfb78bd67eeeb9ea78 /www/udmsearch/Makefile
parent244f7b92bcc6377f160accb2456154f710138ba1 (diff)
downloadports-599bffd169db2eae83ba50b39ac2169d94321143.tar.gz
ports-599bffd169db2eae83ba50b39ac2169d94321143.zip
Update to version 3.0.20
PR: 20215 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=31067
Diffstat (limited to 'www/udmsearch/Makefile')
-rw-r--r--www/udmsearch/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile
index 1ae9e834b675..2e8ea9b4239c 100644
--- a/www/udmsearch/Makefile
+++ b/www/udmsearch/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= udmsearch
-PORTVERSION= 3.0.19
+PORTVERSION= 3.0.20
CATEGORIES= www databases
MASTER_SITES= http://mysearch.udm.net/Download/ \
ftp://ftp.izhcom.ru/pub/unix/UdmSearch/ \
@@ -20,11 +20,8 @@ MAN5= indexer.conf.5
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-charset-guesser \
- --localstatedir=/var/udmsearch \
--sysconfdir=${PREFIX}/etc/udmsearch \
- --bindir=${PREFIX}/libexec/udmsearch \
- --sbindir=${PREFIX}/libexec/udmsearch \
- --sysconfdir=${PREFIX}/etc/udmsearch
+ --localstatedir=/var/udmsearch
.if defined(WITH_POSTGRESQL)
LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
@@ -54,13 +51,13 @@ pre-fetch:
.endif
pre-install:
- ${MKDIR} ${PREFIX}/bin/udmsearch
- ${MKDIR} ${PREFIX}/etc/udmsearch
+ @${MKDIR} ${PREFIX}/share/udmsearch
post-install:
- @cp -R ${WRKSRC}/create ${PREFIX}/etc/udmsearch
- @strip ${PREFIX}/libexec/udmsearch/indexer
- @strip ${PREFIX}/libexec/udmsearch/search.cgi
+ @cp -R ${WRKSRC}/create ${PREFIX}/share/udmsearch
+ @${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/udmsearch
+ @strip ${PREFIX}/sbin/indexer
+ @strip ${PREFIX}/share/udmsearch/search.cgi
@${ECHO}
@${CAT} ${PKGMESSAGE}