aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-12-19 20:08:02 +0800
committerasami <asami@FreeBSD.org>1996-12-19 20:08:02 +0800
commit457bbf4954f2b6e3f95d803171df49dd7804c02e (patch)
tree5d6d2f12c2a042781c0b751c0ee12edbfbf0a0b3 /mail
parent8e0e19815057c400b1b1cf2af4477d2de5969cdc (diff)
downloadfreebsd-ports-gnome-457bbf4954f2b6e3f95d803171df49dd7804c02e.tar.gz
freebsd-ports-gnome-457bbf4954f2b6e3f95d803171df49dd7804c02e.tar.zst
freebsd-ports-gnome-457bbf4954f2b6e3f95d803171df49dd7804c02e.zip
Create pixmap directory before attempting to install there.
Diffstat (limited to 'mail')
-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>