summaryrefslogtreecommitdiff
path: root/textproc/scrollkeeper
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-24 05:03:03 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-24 05:03:03 +0000
commitc12a15316b7872ceae614fd14556d12f89259986 (patch)
tree45fbb0ad1d3042831a03f0c923a72b38734c75df /textproc/scrollkeeper
parentThese scripts are run when a build completes (successfully or not). They (diff)
* Allow bento to generate the necessary XML catalogs
* Update the XSL versions
Notes
Notes: svn path=/head/; revision=73923
Diffstat (limited to 'textproc/scrollkeeper')
-rw-r--r--textproc/scrollkeeper/Makefile4
-rw-r--r--textproc/scrollkeeper/pkg-install8
2 files changed, 4 insertions, 8 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile
index f4f6933a3f5d..39fc0aad5c63 100644
--- a/textproc/scrollkeeper/Makefile
+++ b/textproc/scrollkeeper/Makefile
@@ -7,7 +7,7 @@
PORTNAME= scrollkeeper
PORTVERSION= 0.3.11
-PORTREVISION= 6
+PORTREVISION= 7
PORTEPOCH= 1
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
@@ -76,8 +76,6 @@ post-patch:
${WRKSRC}/libs/Makefile.in
pre-configure:
-.if !defined(PACKAGE_BUILDING)
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
-.endif
.include <bsd.port.post.mk>
diff --git a/textproc/scrollkeeper/pkg-install b/textproc/scrollkeeper/pkg-install
index 51f59fcc32ee..f31b77d36d95 100644
--- a/textproc/scrollkeeper/pkg-install
+++ b/textproc/scrollkeeper/pkg-install
@@ -1,9 +1,5 @@
#!/bin/sh
-if [ -n "${PACKAGE_BUILDING}" ]; then
- exit 0
-fi
-
PATH=${PATH}:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
export PATH
@@ -219,7 +215,9 @@ if [ "$xsldir" = "" ] ; then
fi
echo Found DocBook XSLT stylesheets in $xsldir
for version in current 1.39 1.40 1.41 1.42 1.43 1.44 1.45 1.46 1.47 \
- 1.48 1.49 1.50 1.51 1.52 1.53 1.54 1.55
+ 1.48 1.49 1.50.0 1.51.0 1.52.0 1.52.1 1.52.2 1.53.0 1.54.0 \
+ 1.54.1 1.55.0 1.56.0 1.56.1 1.57.0 1.58.0 1.58.1 1.59.0 \
+ 1.59.1 1.60.0
do
xmlcatalog --noout --add "rewriteSystem" \
"http://docbook.sourceforge.net/release/xsl/$version" \