diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-29 10:54:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-29 10:54:43 +0000 |
commit | 827cc7b23413c7f51ed280272eeb5d71f551d087 (patch) | |
tree | 9e1948c8fa22cd808b777424d8195db10857e05c /x11/bricons | |
parent | af4a0902d0e2c70c4703ad8a29afee24827713dd (diff) | |
download | ports-827cc7b23413c7f51ed280272eeb5d71f551d087.tar.gz ports-827cc7b23413c7f51ed280272eeb5d71f551d087.zip |
Make pixmaps/ dir before attempting to install files into it.
Notes
Notes:
svn path=/head/; revision=6361
Diffstat (limited to 'x11/bricons')
-rw-r--r-- | x11/bricons/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/bricons/Makefile b/x11/bricons/Makefile index 9ce5c33da652..a08eebc38b3f 100644 --- a/x11/bricons/Makefile +++ b/x11/bricons/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Jul 1996 # Whom: shanee@rabbit.augusta.de # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/25 10:00:21 tg Exp $ # DISTNAME= bricons @@ -22,6 +22,7 @@ USE_IMAKE= yes post-install: ${INSTALL_DATA} $(WRKDIR)/bricons/Xbricons $(PREFIX)/lib/X11/app-defaults/ ${INSTALL_DATA} $(WRKDIR)/bricons/bitmaps/* $(PREFIX)/include/X11/bitmaps/ + ${MKDIR} $(PREFIX)/include/X11/pixmaps ${INSTALL_DATA} $(WRKDIR)/bricons/*.xpm $(PREFIX)/include/X11/pixmaps/ @${ECHO_MSG} "" @${ECHO_MSG} " Use ./files/DOTbriconsrc as an example. This file" |