diff options
author | joerg <joerg> | 2009-06-14 22:57:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-14 22:57:58 +0000 |
commit | 586e55a958abfb26982c8f1ee40ef325478a1704 (patch) | |
tree | 63741286465d08baa5292031d5f6b9ffd847c5b9 /wm | |
parent | 9212099042a94886237378bae31335043b8e0231 (diff) | |
download | pkgsrc-586e55a958abfb26982c8f1ee40ef325478a1704.tar.gz |
Remove @dirrm related logic.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/wmthemes/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/wmthemes/Makefile b/wm/wmthemes/Makefile index d500248f768..b5ee0d8bfe9 100644 --- a/wm/wmthemes/Makefile +++ b/wm/wmthemes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2007/02/01 22:55:49 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2009/06/14 22:58:09 joerg Exp $ # # There is no distinfo file because users can specify alternate themes @@ -62,7 +62,6 @@ do-install: ${ECHO} "${WM_DATADIR}/Themes/$$DIR/$$FILE" >>${PLIST_SRC}; \ done; \ cd ..; \ - ${ECHO} "@dirrm ${WM_DATADIR}/Themes/$$DIR" >>${PLIST_SRC}; \ fi; \ done |