diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-25 07:11:50 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-25 07:11:50 +0000 |
commit | 215a67992039e4158ac584966bcc45c8f8903a11 (patch) | |
tree | cf92b4372971998a79004ad9532a1c91c78de324 /misc/mc/Makefile | |
parent | 5dc621b448c4ad217ccb1bbf54583aaf11ec6d84 (diff) |
Notes
Diffstat (limited to 'misc/mc/Makefile')
-rw-r--r-- | misc/mc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index c0056ec7c8aa..c78bfa3a2f68 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.10 1997/05/25 21:24:32 torstenb Exp $ +# $Id: Makefile,v 1.11 1997/06/20 12:22:15 tg Exp $ # DISTNAME= mc-4.0 @@ -18,4 +18,7 @@ CONFIGURE_ARGS= --with-ncurses --without-edit --without-subshell MAN1= mc.1 mcedit.1 MAN8= mcserv.8 +post-install: + @ ${RMDIR} ${PREFIX}/lib/mc/icons + .include <bsd.port.mk> |