summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-04-29 10:54:43 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-04-29 10:54:43 +0000
commit827cc7b23413c7f51ed280272eeb5d71f551d087 (patch)
tree9e1948c8fa22cd808b777424d8195db10857e05c /x11
parentAdd BUILD_DEPENDS to emacs, we need to compile an .elc file. (diff)
Make pixmaps/ dir before attempting to install files into it.
Notes
Notes: svn path=/head/; revision=6361
Diffstat (limited to 'x11')
-rw-r--r--x11/bricons/Makefile3
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"