summaryrefslogtreecommitdiff
path: root/devel/cvsweb
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-10-20 21:31:02 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-10-20 21:31:02 +0000
commit3f9eb8e356a65db7d1d4bf49a77110cdc7db5ed9 (patch)
treef13d8fba0e59965ab975cec454586f88e11778c8 /devel/cvsweb
parentApply diffs submitted with PR 21367: (diff)
Install TODO.knu too.
Install under ${PREFIX}/www when it exists or ${PREFIX}/share/apache does not exist. Submitted by: jeh
Notes
Notes: svn path=/head/; revision=34048
Diffstat (limited to 'devel/cvsweb')
-rw-r--r--devel/cvsweb/Makefile8
-rw-r--r--devel/cvsweb/pkg-plist1
2 files changed, 8 insertions, 1 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile
index e454a3da3e56..2f291b670209 100644
--- a/devel/cvsweb/Makefile
+++ b/devel/cvsweb/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cvsweb
PORTVERSION= ${REV_ZELLER}.${REV_KNU}
+PORTREVISION= 1
CATEGORIES= devel www
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= knu
@@ -31,8 +32,13 @@ CVSROOT= /home/cvs
TITLE?= My CVS Repository
# Specify these directories in relative paths to ${PREFIX}.
+.if !exists(${PREFIX}/www) && exists(${PREFIX}/share/apache)
CGIDIR?= share/apache/cgi-bin
ICONSDIR?= share/apache/icons
+.else
+CGIDIR?= www/cgi-bin
+ICONSDIR?= www/icons
+.endif
PLIST_SUB= CGIDIR="${CGIDIR}" ICONSDIR="${ICONSDIR}"
@@ -54,7 +60,7 @@ do-install:
cd ${WRKSRC}/icons && ${INSTALL_DATA} * ${PREFIX}/${ICONSDIR}/cvsweb/
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/cvsweb
- cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog INSTALL README README.knu TODO ${PREFIX}/share/doc/cvsweb/
+ cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog INSTALL README README.knu TODO TODO.knu ${PREFIX}/share/doc/cvsweb/
.endif
post-install:
diff --git a/devel/cvsweb/pkg-plist b/devel/cvsweb/pkg-plist
index b23ae02ab13d..2adf440f50fb 100644
--- a/devel/cvsweb/pkg-plist
+++ b/devel/cvsweb/pkg-plist
@@ -4,6 +4,7 @@ share/doc/cvsweb/INSTALL
share/doc/cvsweb/README
share/doc/cvsweb/README.knu
share/doc/cvsweb/TODO
+share/doc/cvsweb/TODO.knu
@dirrm share/doc/cvsweb
%%CGIDIR%%/cvsweb.cgi
%%ICONSDIR%%/cvsweb/back.gif