diff options
author | asami <asami@FreeBSD.org> | 1997-06-12 12:56:11 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-12 12:56:11 +0800 |
commit | 1c93028b8b20135b5110ecd37e5225d69a6117d0 (patch) | |
tree | 4772a470e0c993f4aba68c3753fbae2bfa883fbe /mail/xfaces | |
parent | 2d4a33d1e61748e0d739760a01caa321cdea71ac (diff) | |
download | freebsd-ports-graphics-1c93028b8b20135b5110ecd37e5225d69a6117d0.tar.gz freebsd-ports-graphics-1c93028b8b20135b5110ecd37e5225d69a6117d0.tar.zst freebsd-ports-graphics-1c93028b8b20135b5110ecd37e5225d69a6117d0.zip |
XFree86-3.3 rules changed the default include path.
Diffstat (limited to 'mail/xfaces')
-rw-r--r-- | mail/xfaces/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/xfaces/files/patch-ab b/mail/xfaces/files/patch-ab index 8496b4de739..b6b7cf60ef6 100644 --- a/mail/xfaces/files/patch-ab +++ b/mail/xfaces/files/patch-ab @@ -5,7 +5,7 @@ diff -c -N ../xfaces-3.3-org/images/Imakefile ./images/Imakefile *** 0 **** --- 1,5 ---- + -+ InstallNonExec( *.xpm, $(INCDIR)/pixmaps) ++ InstallNonExec( *.xpm, $(INCDIR)/X11/pixmaps) + + clean:: + rm -f Makefile.* |