diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-19 12:08:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-19 12:08:02 +0000 |
commit | a050ea337c1b3c25257a52b49dfc4fb39e2f2f56 (patch) | |
tree | 8d7058e96ec07ed8aecc1191379a689265a6fe7d /mail/xfaces | |
parent | 483cf6a1448bb94d7b4e274ac2f7445d15f97d1e (diff) | |
download | ports-a050ea337c1b3c25257a52b49dfc4fb39e2f2f56.tar.gz ports-a050ea337c1b3c25257a52b49dfc4fb39e2f2f56.zip |
Notes
Diffstat (limited to 'mail/xfaces')
-rw-r--r-- | mail/xfaces/Makefile | 3 |
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> |