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

(-)graphics/hobbes-icons-xpm/Makefile (-5 / +4 lines)
Lines 9-17 Link Here
9
DISTNAME=	hobbes-icons-xpm3
9
DISTNAME=	hobbes-icons-xpm3
10
PKGNAME=	hobbes-icons-xpm3-1.0
10
PKGNAME=	hobbes-icons-xpm3-1.0
11
CATEGORIES=	graphics
11
CATEGORIES=	graphics
12
MASTER_SITES=   ftp://ftp.x.org/R5contrib/  \
12
MASTER_SITES=	ftp://ftp.x.org/R5contrib/ \
13
		ftp://ftp.duke.edu/pub/X11/R5contrib/  \
13
		ftp://ftp.freesoftware.com/pub/X11/R5contrib/
14
		ftp://ftp.sunet.se/pub/X11/R5contrib/
15
14
16
MAINTAINER=	giffunip@asme.org
15
MAINTAINER=	giffunip@asme.org
17
16
Lines 22-28 Link Here
22
LIBDIR=		${PREFIX}/include/X11/pixmaps
21
LIBDIR=		${PREFIX}/include/X11/pixmaps
23
22
24
do-install:
23
do-install:
25
	${MKDIR} ${LIBDIR}
24
	@${MKDIR} ${LIBDIR}
26
	${CP} -R ${WRKSRC}/* ${LIBDIR}
25
	${CP} -R ${WRKSRC}/* ${LIBDIR}
27
	${CHOWN} -R ${BINOWN}:${BINGRP} ${LIBDIR}
26
	${CHOWN} -R ${BINOWN}:${BINGRP} ${LIBDIR}
28
	-${RM} ${LIBDIR}/README
27
	-${RM} ${LIBDIR}/README
Lines 30-36 Link Here
30
29
31
post-install:
30
post-install:
32
.if !defined(NOPORTDOCS)
31
.if !defined(NOPORTDOCS)
33
	${MKDIR} ${PREFIX}/share/doc/hobbes-icons-xpm3
32
	@${MKDIR} ${PREFIX}/share/doc/hobbes-icons-xpm3
34
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hobbes-icons-xpm3
33
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hobbes-icons-xpm3
35
	${INSTALL_SCRIPT} ${WRKSRC}/*.shar ${PREFIX}/share/doc/hobbes-icons-xpm3
34
	${INSTALL_SCRIPT} ${WRKSRC}/*.shar ${PREFIX}/share/doc/hobbes-icons-xpm3
36
.endif
35
.endif

Return to bug 17166