diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-14 22:52:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-14 22:52:30 +0000 |
commit | a9e96513c7d0b77bc72962eebd1a58f0109b7c99 (patch) | |
tree | 72d3ea3f5d61c1a2f802d77db06d568beb26b5cf /x11-wm/blwm | |
parent | 00be66f2436ed29f2eb3f7143575a1113fa6a286 (diff) | |
download | ports-a9e96513c7d0b77bc72962eebd1a58f0109b7c99.tar.gz ports-a9e96513c7d0b77bc72962eebd1a58f0109b7c99.zip |
Notes
Diffstat (limited to 'x11-wm/blwm')
-rw-r--r-- | x11-wm/blwm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/blwm/Makefile b/x11-wm/blwm/Makefile index d37bfaacb171..b1a565189640 100644 --- a/x11-wm/blwm/Makefile +++ b/x11-wm/blwm/Makefile @@ -58,6 +58,7 @@ pre-install: .for ii in conf images themes ${ECHO_CMD} @dirrm lib/blwm/${ii} >> ${PLIST} .endfor + ${ECHO_CMD} @dirrm lib/blwm >> ${PLIST} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/blwm ${PREFIX}/bin |