View | Details | Raw Unified | Return to bug 82124
Collapse All | Expand All

(-)xfaces/Makefile (+5 lines)
Lines 6-11 Link Here
6
6
7
PORTNAME=	xfaces
7
PORTNAME=	xfaces
8
PORTVERSION=	3.3
8
PORTVERSION=	3.3
9
PORTREVISION=	1
9
CATEGORIES=	mail
10
CATEGORIES=	mail
10
MASTER_SITES=	ftp://ftp.cs.indiana.edu/pub/faces/xfaces/ \
11
MASTER_SITES=	ftp://ftp.cs.indiana.edu/pub/faces/xfaces/ \
11
		http://www.mavetju.org/download/adopted/xfaces/
12
		http://www.mavetju.org/download/adopted/xfaces/
Lines 30-34 Link Here
30
USE_IMAKE=yes
31
USE_IMAKE=yes
31
32
32
MAN1=		xfaces.1
33
MAN1=		xfaces.1
34
35
post-install:
36
	mkdir -p ${DATADIR}/images
37
	${INSTALL_DATA} ${WRKSRC}/images/* ${DATADIR}/images
33
38
34
.include <bsd.port.mk>
39
.include <bsd.port.mk>
(-)xfaces/files/patch-XFaces.ad (+11 lines)
Line 0 Link Here
1
--- XFaces.ad.orig	Sat Mar 12 16:38:54 1994
2
+++ XFaces.ad	Fri Jun 10 08:59:11 2005
3
@@ -72,7 +72,7 @@
4
 !
5
 
6
 XFaces.soundPath:	/usr/sounds:/usr/demo/SOUND/sounds
7
-XFaces.imagePath:	/usr/images
8
+XFaces.imagePath:	/usr/X11R6/share/xfaces/images
9
 
10
 !
11
 !  This is where we look for sounds/images in the "faces" format.
(-)xfaces/pkg-plist (+42 lines)
Lines 1-2 Link Here
1
bin/xfaces
1
bin/xfaces
2
lib/X11/app-defaults/XFaces
2
lib/X11/app-defaults/XFaces
3
share/xfaces/images/andrew-shape.xpm
4
share/xfaces/images/andrew.xpm
5
share/xfaces/images/asterix.xpm
6
share/xfaces/images/backup-shape.xpm
7
share/xfaces/images/bart-shape.xpm
8
share/xfaces/images/bart.xpm
9
share/xfaces/images/bill-shape.xpm
10
share/xfaces/images/bill.xpm
11
share/xfaces/images/crab.xpm
12
share/xfaces/images/ctuna.xpm
13
share/xfaces/images/ddts.xpm
14
share/xfaces/images/dpanic-shape.xpm
15
share/xfaces/images/dpanic.xpm
16
share/xfaces/images/hobbes-shape.xpm
17
share/xfaces/images/hobbes.xpm
18
share/xfaces/images/lbolt-shape.xpm
19
share/xfaces/images/lbolt.xpm
20
share/xfaces/images/mailer-daemon.xpm
21
share/xfaces/images/news-shape.xpm
22
share/xfaces/images/nomail-shape.xpm
23
share/xfaces/images/nomail.xbm
24
share/xfaces/images/nomail.xpm
25
share/xfaces/images/planet-shape.xpm
26
share/xfaces/images/planet.xpm
27
share/xfaces/images/root-shape.xpm
28
share/xfaces/images/root.xpm
29
share/xfaces/images/schoolbus.xpm
30
share/xfaces/images/sun-shape.xpm
31
share/xfaces/images/sun.xpm
32
share/xfaces/images/sunflash.xpm
33
share/xfaces/images/taz.xpm
34
share/xfaces/images/texas-shape.xpm
35
share/xfaces/images/texas.xpm
36
share/xfaces/images/unido-shape.xpm
37
share/xfaces/images/uucp-shape.xpm
38
share/xfaces/images/uucp.xpm
39
share/xfaces/images/window.xpm
40
share/xfaces/images/www-shape.xpm
41
share/xfaces/images/x.xpm
42
share/xfaces/images/xconq.xpm
43
@dirrm share/xfaces/images
44
@dirrm share/xfaces

Return to bug 82124