diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 22:57:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 22:57:58 +0000 |
commit | 9bb0d96ea93fe7d169bb22cd824d463449d51611 (patch) | |
tree | 63741286465d08baa5292031d5f6b9ffd847c5b9 /doc/guide | |
parent | dc3a8c2312879451e787a3a002089e0123c0d646 (diff) | |
download | pkgsrc-9bb0d96ea93fe7d169bb22cd824d463449d51611.tar.gz |
Remove @dirrm related logic.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/guide/Makefile b/doc/guide/Makefile index a049b401e5a..7b7189be687 100644 --- a/doc/guide/Makefile +++ b/doc/guide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2009/04/08 22:43:23 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2009/06/14 22:58:00 joerg Exp $ # DISTNAME= pkgsrc-guide-${PKGVERSION} @@ -73,9 +73,6 @@ post-install: ${FIND} ${DOCDIR} \( -type f -o -type l \) -print \ | ${SORT} | ${SED} -e "s,${PREFIX}/,,g" \ >> ${PLIST_SRC} - ${FIND} ${DOCDIR} -type d -print \ - | ${SORT} -r | ${SED} -e "s,${PREFIX}/,@dirrm ,g" \ - >> ${PLIST_SRC} # install the single-file HTML and ascii output into the pkgsrc doc/ # directory, for distribution with pkgsrc. |