summaryrefslogtreecommitdiff
path: root/textproc/lout
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-06-14 22:57:58 +0000
committerjoerg <joerg@pkgsrc.org>2009-06-14 22:57:58 +0000
commitc475e1fb7ac23140bca23dafe1586b22f0f573cf (patch)
tree63741286465d08baa5292031d5f6b9ffd847c5b9 /textproc/lout
parent3f617db50885900836c2e73f313053d1d29fb7b7 (diff)
downloadpkgsrc-c475e1fb7ac23140bca23dafe1586b22f0f573cf.tar.gz
Remove @dirrm related logic.
Diffstat (limited to 'textproc/lout')
-rw-r--r--textproc/lout/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/lout/Makefile b/textproc/lout/Makefile
index b17d133ef0a..61430cb2b1b 100644
--- a/textproc/lout/Makefile
+++ b/textproc/lout/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/03/24 19:21:32 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2009/06/14 22:58:09 joerg Exp $
#
DISTNAME= lout-3.26
@@ -23,8 +23,6 @@ post-install:
(cd ${PREFIX}; ${FIND} share/doc/lout -type f -print >>${PLIST_SRC})
(cd ${PREFIX}; ${FIND} share/lout -type f -print >>${PLIST_SRC})
${ECHO} "@unexec ${RM} -rf %D/share/doc/lout" >>${PLIST_SRC}
- (cd ${PREFIX}; ${FIND} -d share/lout -type d -print | \
- ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC})
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"