summaryrefslogtreecommitdiff
path: root/www/analog
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2004-02-24 03:46:35 +0000
committerMichael Haro <mharo@FreeBSD.org>2004-02-24 03:46:35 +0000
commit466e5aa0f4468720b13d2ded1c928165b6ededa2 (patch)
tree75bd4a5201d17a1843e7933c7e8bf8df167596ff /www/analog
parentCatch up with re-rolled distfile which mainly sets the language to "en". (diff)
Add examples in EXAMPLESDIR
bump PORTREVISION Suggested by: "JJB" <Barbish3@adelphia.net>
Notes
Notes: svn path=/head/; revision=101939
Diffstat (limited to 'www/analog')
-rw-r--r--www/analog/Makefile4
-rw-r--r--www/analog/pkg-plist10
2 files changed, 13 insertions, 1 deletions
diff --git a/www/analog/Makefile b/www/analog/Makefile
index a39bbb93add3..a146ff9d35ba 100644
--- a/www/analog/Makefile
+++ b/www/analog/Makefile
@@ -7,7 +7,7 @@
PORTNAME= analog
PORTVERSION= 5.32
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://www.analog.cx/ \
@@ -51,6 +51,8 @@ do-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
+ ${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
${INSTALL_MAN} ${WRKSRC}/analog.man ${PREFIX}/man/man1/analog.1
diff --git a/www/analog/pkg-plist b/www/analog/pkg-plist
index c400d39803dd..561f697cd7e2 100644
--- a/www/analog/pkg-plist
+++ b/www/analog/pkg-plist
@@ -229,6 +229,15 @@ share/analog/lang/yudom.tab
%%PORTDOCS%%%%DOCSDIR%%/wasnew4.html
%%PORTDOCS%%%%DOCSDIR%%/webworks.html
%%PORTDOCS%%%%DOCSDIR%%/whatsnew.html
+%%PORTDOCS%%%%EXAMPLESDIR%%/big.cfg
+%%PORTDOCS%%%%EXAMPLESDIR%%/bigbyrep.cfg
+%%PORTDOCS%%%%EXAMPLESDIR%%/misclogs.cfg
+%%PORTDOCS%%%%EXAMPLESDIR%%/robotinc.cfg
+%%PORTDOCS%%%%EXAMPLESDIR%%/searchen.cfg
+%%PORTDOCS%%%%EXAMPLESDIR%%/statslab.cfg
+%%PORTDOCS%%%%EXAMPLESDIR%%/typealias.cfg
+%%PORTDOCS%%%%EXAMPLESDIR%%/virtdoms.cfg
+%%PORTDOCS%%%%EXAMPLESDIR%%/xferlog.cfg
%%IMGDIR%%/analogo.gif
%%IMGDIR%%/analogo.png
%%IMGDIR%%/bara1.gif
@@ -367,4 +376,5 @@ share/analog/lang/yudom.tab
@dirrm share/analog/lang
@dirrm share/analog
%%PORTDOCS%%@dirrm share/doc/analog
+%%PORTDOCS%%@dirrm share/examples/analog
@unexec rmdir %D/%%IMGDIR%% 2>/dev/null || true