summaryrefslogtreecommitdiff
path: root/mail/xfaces
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-12-19 12:08:02 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-12-19 12:08:02 +0000
commita050ea337c1b3c25257a52b49dfc4fb39e2f2f56 (patch)
tree8d7058e96ec07ed8aecc1191379a689265a6fe7d /mail/xfaces
parentUpgrade to 3.0.2 (diff)
Create pixmap directory before attempting to install there.
Notes
Notes: svn path=/head/; revision=5036
Diffstat (limited to 'mail/xfaces')
-rw-r--r--mail/xfaces/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/xfaces/Makefile b/mail/xfaces/Makefile
index 8898cbc5d541..4efd95efca04 100644
--- a/mail/xfaces/Makefile
+++ b/mail/xfaces/Makefile
@@ -5,7 +5,7 @@
# With some
# modifications from: Andreas Klemm <andreas@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.3 1996/12/17 05:08:34 asami Exp $
+# $Id: Makefile,v 1.4 1996/12/17 05:31:12 asami Exp $
#
DISTNAME= xfaces-3.3
@@ -28,5 +28,6 @@ pre-configure:
pre-install:
@${MKDIR} ${LOCALBASE}/share/sounds
+ @${MKDIR} ${X11BASE}/include/X11/pixmaps
.include <bsd.port.mk>