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

Collapse All | Expand All

(-)Makefile (-8 / +14 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/sysutils/samesame/Makefile,v 1.9 2009/08/22 20:41:01 miwi Exp $
5
# $FreeBSD: ports/sysutils/samesame/Makefile,v 1.9 2009/08/22 20:41:01 miwi Exp $
6
6
7
PORTNAME=	samesame
7
PORTNAME=	samesame
8
PORTVERSION=	1.4
8
PORTVERSION=	1.5
9
CATEGORIES=	sysutils
9
CATEGORIES=	sysutils
10
MASTER_SITES=	http://samesame.kruijff.org/ \
10
MASTER_SITES=	http://samesame.kruijff.org/ \
11
		${MASTER_SITE_LOCAL}
11
		${MASTER_SITE_LOCAL}
Lines 16-27 Link Here
16
16
17
CONFLICTS=	samefile-[0-9]*
17
CONFLICTS=	samefile-[0-9]*
18
18
19
MAN1=	samearchive.1 samearchive-lite.1 samefile.1 samelink.1
19
MAN1=	samesame.1 samearchive.1 samearchive-lite.1 samefile.1 sameln.1 \
20
	samecp.1 samemv.1 samerm.1
20
MANCOMPRESSED=	no
21
MANCOMPRESSED=	no
21
22
22
PLIST_FILES=	bin/samearchive		bin/samefile \
23
PLIST_FILES=	bin/samearchive		bin/samefile 	bin/samecp \
23
		bin/samearchive-lite	bin/samelink \
24
		bin/samearchive-lite	bin/sameln 	bin/samemv \
24
		etc/rc.d/samesame.sh
25
		etc/rc.d/samesame.sh	bin/samerm
25
26
26
HAS_CONFIGURE=	yes
27
HAS_CONFIGURE=	yes
27
CONFIGURE_ARGS=	--mandir="${MANPREFIX}/man" --prefix="${PREFIX}" \
28
CONFIGURE_ARGS=	--mandir="${MANPREFIX}/man" --prefix="${PREFIX}" \
Lines 47-56 Link Here
47
CONFIGURE_ARGS+=	--disable-logic
48
CONFIGURE_ARGS+=	--disable-logic
48
.endif
49
.endif
49
50
50
test: build
51
regression-test: build
51
	@cd ${WRKSRC}; ${MAKE} check
52
	@cd ${WRKSRC}; ${MAKE} check
52
53
53
pre-install:
54
post-build:
54
.if defined(WITH_TEST)
55
.if defined(WITH_TEST)
55
	@cd ${WRKSRC}; ${MAKE} check
56
	@cd ${WRKSRC}; ${MAKE} check
56
.endif
57
.endif
Lines 58-69 Link Here
58
post-install:
59
post-install:
59
.if defined(WITHOUT_DEBUG)
60
.if defined(WITHOUT_DEBUG)
60
	${STRIP_CMD} ${PREFIX}/bin/samefile
61
	${STRIP_CMD} ${PREFIX}/bin/samefile
61
	${STRIP_CMD} ${PREFIX}/bin/samelink
62
	${STRIP_CMD} ${PREFIX}/bin/samearchive
62
	${STRIP_CMD} ${PREFIX}/bin/samearchive
63
	${STRIP_CMD} ${PREFIX}/bin/samearchive-lite
63
	${STRIP_CMD} ${PREFIX}/bin/samearchive-lite
64
	${STRIP_CMD} ${PREFIX}/bin/samecp
65
	${STRIP_CMD} ${PREFIX}/bin/sameln
66
	${STRIP_CMD} ${PREFIX}/bin/samemv
67
	${STRIP_CMD} ${PREFIX}/bin/samerm
64
.endif
68
.endif
65
69
66
	${INSTALL_SCRIPT} ${FILESDIR}/samesame.sh ${PREFIX}/etc/rc.d/
70
	${INSTALL_SCRIPT} ${FILESDIR}/samesame.sh ${PREFIX}/etc/rc.d/
71
	@${ECHO}
67
	@${CAT} pkg-message
72
	@${CAT} pkg-message
73
	@${ECHO}
68
74
69
.include <bsd.port.post.mk>
75
.include <bsd.port.post.mk>

Return to bug 138590