diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-18 07:44:34 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-18 07:44:34 +0000 |
commit | 988b511be92970f2dcf907fd7557bd350f3769a7 (patch) | |
tree | 01ba4483c62044b141551648bf30d629754919e1 /deskutils/horde4-nag/Makefile | |
parent | 6bb267859e81c39bf42aea6b7d3d32420fee7364 (diff) |
Notes
Diffstat (limited to 'deskutils/horde4-nag/Makefile')
-rw-r--r-- | deskutils/horde4-nag/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/deskutils/horde4-nag/Makefile b/deskutils/horde4-nag/Makefile index b095464749fd..2f997563f112 100644 --- a/deskutils/horde4-nag/Makefile +++ b/deskutils/horde4-nag/Makefile @@ -7,10 +7,10 @@ PORTNAME= nag PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils www -MASTER_SITES= ftp://ftp.horde.org/pub/nag/tarballs/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-RC3 +MASTER_SITES= ftp://ftp.horde.org/pub/nag/tarballs/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old MAINTAINER= thierry@pompo.net @@ -50,7 +50,11 @@ do-install: @${CP} -p ${FILESDIR}/httpd.conf.nag ${HORDE_INC} @${PERL} -pi -e "s:/home/httpd/html/horde/nag:${NAGDIR}:g" \ ${HORDE_INC}/httpd.conf.nag + @${CP} -p ${HORDEDIR}/config/registry.php \ + ${HORDEDIR}/config/registry.php.beforeNag @${PERL} -pi -e "s://UNCOMMENTWHENINSTNAG::" ${HORDEDIR}/config/registry.php + @${CP} -p ${HORDEDIR}/config/registry.php \ + ${HORDEDIR}/config/registry.php.afterNag .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} |