summaryrefslogtreecommitdiffstats
path: root/sysutils/penv/Makefile
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2002-03-21 12:06:59 +0000
committerroam <roam@FreeBSD.org>2002-03-21 12:06:59 +0000
commitb028aa66bf1890363f22f657f8f4c2e9bb41cbc7 (patch)
treeb9ded0005710a387e58f51fa588536f80b949322 /sysutils/penv/Makefile
parenta596244be25b463f677f89c0757feac9140dedf4 (diff)
downloadFreeBSD-ports-b028aa66bf1890363f22f657f8f4c2e9bb41cbc7.zip
FreeBSD-ports-b028aa66bf1890363f22f657f8f4c2e9bb41cbc7.tar.gz
Update to 1.2pre1 with no functional changes, just a lot of SGML DocBook
documentation on building, installing and using penv(1) added. Documentation lack pointed out by: Gary W. Swearingen <swear@blarg.net>
Diffstat (limited to 'sysutils/penv/Makefile')
-rw-r--r--sysutils/penv/Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/sysutils/penv/Makefile b/sysutils/penv/Makefile
index cd189ab..db9d6f2 100644
--- a/sysutils/penv/Makefile
+++ b/sysutils/penv/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= penv
-PORTVERSION= 1.1
+PORTVERSION= 1.2.b1
CATEGORIES= sysutils
MASTER_SITES= http://devel.ringlet.net/sysutils/penv/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/}
@@ -29,6 +29,11 @@ DBDIR?= /var/db/${PORTNAME}
PLIST_SUB+= DBDIR=${DBDIR}
+HTMLDOCS= docbook.css index.html penv-compat.html penv-history.html \
+ penv-install.html penv-src.html penv-usage.html penv.html
+HTMLCDOCS= changes.html changes.txt
+TXTDOCS= penv.txt
+
post-install:
${MKDIR} ${PREFIX}/etc
${MKDIR} ${DBDIR}
@@ -39,7 +44,11 @@ post-install:
fi
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}/html
- ${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}/html
+ ${INSTALL_DATA} ${HTMLDOCS:S,^,${WRKSRC}/doc/html/,} ${DOCSDIR}/html
+ ${MKDIR} ${DOCSDIR}/html/changes
+ ${INSTALL_DATA} ${HTMLCDOCS:S,^,${WRKSRC}/doc/html/changes/,} ${DOCSDIR}/html/changes
+ ${MKDIR} ${DOCSDIR}/txt
+ ${INSTALL_DATA} ${TXTDOCS:S,^,${WRKSRC}/doc/txt/,} ${DOCSDIR}/txt
.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud