summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz>2005-05-20 08:59:40 +0000
committerwiz <wiz>2005-05-20 08:59:40 +0000
commitdd44b3a1b46e845bccec7bf606d72cc16d75c15f (patch)
tree8edfa40d3189ae81c4033233a00021c464207e1f /textproc
parentb7d57ad0a45a3cc54050f99a94a678a9851c9ef4 (diff)
downloadpkgsrc-dd44b3a1b46e845bccec7bf606d72cc16d75c15f.tar.gz
Change install target to use tar instead of gtar.
Add missing files to PLIST and bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/html/Makefile9
-rw-r--r--textproc/html/PLIST10
2 files changed, 13 insertions, 6 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile
index e65f7a45beb..2aef00a8380 100644
--- a/textproc/html/Makefile
+++ b/textproc/html/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2005/05/16 01:15:33 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2005/05/20 08:59:40 wiz Exp $
#
DISTNAME= html-4.01
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
@@ -19,8 +19,6 @@ NO_MTREE= yes
EXTRACT_ONLY= # empty
NO_BUILD= yes
-PKGSRC_USE_TOOLS+= gtar
-
INSTDIR= ${PREFIX}/share/sgml/html
ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog
@@ -28,7 +26,8 @@ SGML_CATALOGS= ${INSTDIR}/catalog
do-install:
${INSTALL_DATA_DIR} ${INSTDIR}
- ${GTAR} -plzx -C ${INSTDIR} -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
+ cd ${INSTDIR} && \
+ ${TAR} -zxf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
${ECHO} "CATALOG \"${ISOCAT}\"" >> ${INSTDIR}/catalog
.include "../../textproc/xmlcatmgr/catalogs.mk"
diff --git a/textproc/html/PLIST b/textproc/html/PLIST
index b65e93ee50e..10ab6e62d1a 100644
--- a/textproc/html/PLIST
+++ b/textproc/html/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2003/01/29 21:15:08 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/05/20 08:59:40 wiz Exp $
share/sgml/html/2.0/ISOlat1.sgml
share/sgml/html/2.0/html-1.dtd
share/sgml/html/2.0/html-1s.dtd
@@ -15,7 +15,15 @@ share/sgml/html/4.0/HTMLsymbol.ent
share/sgml/html/4.0/frameset.dtd
share/sgml/html/4.0/loose.dtd
share/sgml/html/4.0/strict.dtd
+share/sgml/html/4.01/HTML4.decl
+share/sgml/html/4.01/HTMLlat1.ent
+share/sgml/html/4.01/HTMLspecial.ent
+share/sgml/html/4.01/HTMLsymbol.ent
+share/sgml/html/4.01/frameset.dtd
+share/sgml/html/4.01/loose.dtd
+share/sgml/html/4.01/strict.dtd
share/sgml/html/catalog
+@dirrm share/sgml/html/4.01
@dirrm share/sgml/html/4.0
@dirrm share/sgml/html/3.2
@dirrm share/sgml/html/2.0