View | Details | Raw Unified | Return to bug 170157 | Differences between
and this patch

Collapse All | Expand All

(-)misc/apparix/Makefile (-5 / +11 lines)
Lines 6-35 Link Here
6
#
6
#
7
7
8
PORTNAME=	apparix
8
PORTNAME=	apparix
9
PORTVERSION=	20081026
9
PORTVERSION=	20110303
10
CATEGORIES=	misc
10
CATEGORIES=	misc
11
MASTER_SITES=	http://micans.org/apparix/src/
11
MASTER_SITES=	http://micans.org/apparix/src/
12
DISTNAME=	${PORTNAME}-08-331
12
DISTNAME=	${PORTNAME}-11-062
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Bookmark directories and apparate inside them
15
COMMENT=	Bookmark directories and apparate inside them
16
16
17
LICENSE=	GPLv2
18
19
OPTIONS_DEFINE=	DOCS
20
17
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
18
MANCOMPRESSED=	no
22
MAKE_JOBS_SAFE=	yes
19
23
20
MAN1=		apparix.1
24
MAN1=		apparix.1
21
PORTDOCS=	apparix.azm apparix.html apparix.ps
25
PORTDOCS=	apparix.azm apparix.html apparix.ps
22
PLIST_FILES=	bin/apparix
26
PLIST_FILES=	bin/apparix
23
27
28
.include <bsd.port.options.mk>
29
24
post-patch:
30
post-patch:
25
	@${REINPLACE_CMD} -e 's|sig_atomic_t|int|g' ${WRKSRC}/util/err.c
31
	@${REINPLACE_CMD} -e 's|sig_atomic_t|int|g' ${WRKSRC}/util/err.c
26
32
27
do-install:
33
do-install:
28
	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
34
	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
29
	${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1
35
	${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1
30
.if !defined(NOPORTDOCS)
36
.if ${PORT_OPTIONS:MDOCS}
31
	@${MKDIR} ${DOCSDIR}
37
	@${MKDIR} ${DOCSDIR}
32
	${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}
38
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}
33
.endif
39
.endif
34
40
35
.include <bsd.port.mk>
41
.include <bsd.port.mk>
(-)misc/apparix/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (apparix-08-331.tar.gz) = dc331ba5bc0e8be7ca63681f755afa4e621f008b2850f81b98564b5daa438192
1
SHA256 (apparix-11-062.tar.gz) = 211bb5f67b32ba7c3e044a13e4e79eb998ca017538e9f4b06bc92d5953615235
2
SIZE (apparix-08-331.tar.gz) = 247587
2
SIZE (apparix-11-062.tar.gz) = 260823

Return to bug 170157