diff options
author | jeh <jeh@FreeBSD.org> | 2001-03-23 01:49:57 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-03-23 01:49:57 +0000 |
commit | 11feec0277594830be913cfb80b811432cbe0573 (patch) | |
tree | d96372cbea6b31601c39d35b0c609afa2daa139a /net/dhisd | |
parent | d69c4a229ab93d38d15f658f445428802500d2d2 (diff) | |
download | FreeBSD-ports-11feec0277594830be913cfb80b811432cbe0573.zip FreeBSD-ports-11feec0277594830be913cfb80b811432cbe0573.tar.gz |
Changed following files:
- Makefile
Wrong startup script installed from ${FILESDIR} instead of edited
version in ${WRKSRC}
- pkg-descr
Fixed typos and some of the text
- Added PORTREVISION
PR: 26011
Submitted by: baskruit@bsltwr.dnsalias.org MAINTAINER
Diffstat (limited to 'net/dhisd')
-rw-r--r-- | net/dhisd/Makefile | 3 | ||||
-rw-r--r-- | net/dhisd/pkg-descr | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/dhisd/Makefile b/net/dhisd/Makefile index 20b89c7..197132a 100644 --- a/net/dhisd/Makefile +++ b/net/dhisd/Makefile @@ -7,6 +7,7 @@ PORTNAME= dhisd PORTVERSION= 4.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://bsltwr.dhis.org/ftp/pub/dhis/ \ ftp://ftp.dhis.org/pub/dhis/ @@ -43,7 +44,7 @@ post-install: @${CHMOD} 600 ${PREFIX}/dhis/db/* .if !exists(${PREFIX}/etc/rc.d/dhisd.sh) ${ECHO} "===> Installing ${PREFIX}/etc/rc.d/dhid.sh startup file." - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/dhisd.sh ${PREFIX}/etc/rc.d/dhisd.sh + ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/dhisd.sh ${PREFIX}/etc/rc.d/dhisd.sh @${ECHO} "etc/rc.d/dhisd.sh" >> ${TMPPLIST} .endif .if !defined(NOPORTDOCS) diff --git a/net/dhisd/pkg-descr b/net/dhisd/pkg-descr index 521b019..53d20cd 100644 --- a/net/dhisd/pkg-descr +++ b/net/dhisd/pkg-descr @@ -7,9 +7,9 @@ should run the dhis-client 3 or 4 software to send updates. You need a full DNS domain to run this server. You should at least have a domain hosted for you with a primary and backup dns server and 1 -backup mail-exchanger -. -If you don't know what this previous few lines where about, +backup mail-exchanger. + +If you don't know what the previous lines where about, you probably shouldn't try and run this software. For more information on the services of DHIS, you should look at the |