summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-05-29 08:55:31 +0000
committerrillig <rillig@pkgsrc.org>2006-05-29 08:55:31 +0000
commiteb6408ce75bf505dac679dee1eebcfd56baf9082 (patch)
tree86c89e6c630568eb4aae94316470a81b29293bc9 /doc/guide
parentd5174834d800d21a34e558c829a94ceb026b0536 (diff)
downloadpkgsrc-eb6408ce75bf505dac679dee1eebcfd56baf9082.tar.gz
This package needs a current htdocs-share to produce valid HTML. While
here, fixed some pkglint warnings and set DISTNAME to the package name, banned the htdocs-share*.tar.gz to DISTFILES, where it belongs.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/Makefile14
-rw-r--r--doc/guide/distinfo8
2 files changed, 10 insertions, 12 deletions
diff --git a/doc/guide/Makefile b/doc/guide/Makefile
index 4948135f843..f047e4e5289 100644
--- a/doc/guide/Makefile
+++ b/doc/guide/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.21 2006/05/10 22:43:51 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2006/05/29 08:55:31 rillig Exp $
#
-DISTNAME= htdocs-share-20060114
-PKGNAME= pkgsrc-guide-${PKGVERSION}
+DISTNAME= pkgsrc-guide-${PKGVERSION}
CATEGORIES= # empty
MASTER_SITES= ${MASTER_SITE_LOCAL}
+DISTFILES= htdocs-share-20060529.tar.gz
MAINTAINER= packages@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/Documentation/pkgsrc/
@@ -19,8 +19,6 @@ NO_CONFIGURE= yes
NO_MTREE= yes
USE_LANGUAGES= # empty
-WRKSRC= ${WRKDIR}/${PKGNAME}
-
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
DOCDIR= ${PREFIX}/share/doc/pkgsrc
.if exists(/usr/cvs/htdocs)
@@ -47,7 +45,7 @@ _GUIDE_OUTPUTS= ${OUTPUTS}
# be easily modified, should the "lint" phase fail.
pre-extract:
${MKDIR} ${WRKSRC}
- @${LN} -s ${FILESDIR}/* ${WRKSRC}
+ ${LN} -s ${FILESDIR}/* ${WRKSRC}
do-build:
.for _output_ in ${OUTPUTS}
@@ -72,10 +70,10 @@ do-install:
.endif
post-install:
- @${FIND} ${DOCDIR} \( -type f -o -type l \) -print \
+ ${FIND} ${DOCDIR} \( -type f -o -type l \) -print \
| ${SORT} | ${SED} -e "s,${PREFIX}/,,g" \
>> ${PLIST_SRC}
- @${FIND} ${DOCDIR} -type d -print \
+ ${FIND} ${DOCDIR} -type d -print \
| ${SORT} -r | ${SED} -e "s,${PREFIX}/,@dirrm ,g" \
>> ${PLIST_SRC}
diff --git a/doc/guide/distinfo b/doc/guide/distinfo
index 2f85fc4d65e..74174991dce 100644
--- a/doc/guide/distinfo
+++ b/doc/guide/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2006/01/14 17:18:31 minskim Exp $
+$NetBSD: distinfo,v 1.7 2006/05/29 08:55:31 rillig Exp $
-SHA1 (pkgsrc-guide/htdocs-share-20060114.tar.gz) = c95e5a6e53ebe125d40ac65e22b63b2c708c35df
-RMD160 (pkgsrc-guide/htdocs-share-20060114.tar.gz) = 5a9e09640422ad770fc15e754b8c8af24073b124
-Size (pkgsrc-guide/htdocs-share-20060114.tar.gz) = 86942 bytes
+SHA1 (pkgsrc-guide/htdocs-share-20060529.tar.gz) = 94e6eecae1c328cee94b69c310c546da4f2fe4f9
+RMD160 (pkgsrc-guide/htdocs-share-20060529.tar.gz) = 2eaf2ec6dbcaa83cd535b46c08202df929431edf
+Size (pkgsrc-guide/htdocs-share-20060529.tar.gz) = 85781 bytes