summaryrefslogtreecommitdiff
path: root/dns/dhisd/Makefile
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2002-05-23 08:25:57 +0000
committerSADA Kenji <sada@FreeBSD.org>2002-05-23 08:25:57 +0000
commit7ec459fa338ac28b9bb852006562378d13ce615b (patch)
treeb92e26e708fc9845254675b211e4068a512093d7 /dns/dhisd/Makefile
parentAdd RUN_DEPENDS (diff)
- Move install directory from bin to sbin
- Rewrite descriptions - Change maintainer's email
Notes
Notes: svn path=/head/; revision=59772
Diffstat (limited to 'dns/dhisd/Makefile')
-rw-r--r--dns/dhisd/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/dns/dhisd/Makefile b/dns/dhisd/Makefile
index 9a084c42faf1..d0f527866a65 100644
--- a/dns/dhisd/Makefile
+++ b/dns/dhisd/Makefile
@@ -7,13 +7,13 @@
PORTNAME= dhisd
PORTVERSION= 5.1
+PORTREVISION= 1
+
CATEGORIES= net
MASTER_SITES= http://bsltwr.dhis.org/ftp/pub/dhis/ \
ftp://ftp.dhis.org/pub/dhis/
-MAINTAINER= baskruit@bsltwr.dhis.org
-
-LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp-freebsd
+MAINTAINER= baskruit@bsltwr.dnsalias.org
DOCFILES= CONTRIBUTORS COPYRIGHT INSTALL MODULES README
@@ -25,12 +25,12 @@ post-patch:
do-install:
post-install:
- @${ECHO_MSG} "===> Installing ${PREFIX}/bin/dhisd."
- @${INSTALL_PROGRAM} ${WRKSRC}/dhisd ${PREFIX}/bin
- @${ECHO_CMD} "bin/dhisd" >> ${TMPPLIST}
- @${ECHO_MSG} "===> Installing ${PREFIX}/bin/genkeys."
- @${INSTALL_PROGRAM} ${WRKSRC}/genkeys ${PREFIX}/bin
- @${ECHO_CMD} "bin/genkeys" >> ${TMPPLIST}
+ @${ECHO_MSG} "===> Installing ${PREFIX}/sbin/dhisd."
+ @${INSTALL_PROGRAM} ${WRKSRC}/dhisd ${PREFIX}/sbin
+ @${ECHO_CMD} "sbin/dhisd" >> ${TMPPLIST}
+ @${ECHO_MSG} "===> Installing ${PREFIX}/sbin/sgenkeys."
+ @${INSTALL_PROGRAM} ${WRKSRC}/genkeys ${PREFIX}/sbin
+ @${ECHO_CMD} "sbin/genkeys" >> ${TMPPLIST}
@${ECHO_MSG} "===> Creating ${PREFIX}/etc/dhis and installing sample db files."
@${MKDIR} ${PREFIX}/etc/dhis
@${CHMOD} 700 ${PREFIX}/etc/dhis