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

Collapse All | Expand All

(-)duff/Makefile (-6 / +15 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	duff
8
PORTNAME=	duff
9
PORTVERSION=	0.4
9
PORTVERSION=	0.5
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	SF
11
MASTER_SITES=	SF
12
12
Lines 17-28 Link Here
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
MAKE_JOBS_SAFE=	yes
18
MAKE_JOBS_SAFE=	yes
19
19
20
CPPFLAGS=	-I${LOCALBASE}/include
21
CONFIGURE_ENV=	LDFLAGS=-L${LOCALBASE}/lib
22
20
MAN1=		duff.1
23
MAN1=		duff.1
21
PLIST_FILES=	bin/duff \
22
		share/duff/join-duplicates.sh
23
PLIST_DIRS=	share/duff
24
24
25
post-patch:
25
OPTIONS=	NLS "Native Language Support" on
26
	${CHMOD} +x ${WRKSRC}/install-sh
26
27
.include <bsd.port.options.mk>
28
29
.if !defined(WITHOUT_NLS)
30
USE_GETTEXT=	yes
31
PLIST_SUB=	NLS=""
32
.else
33
CONFIGURE_ARGS+=--disable-nls
34
PLIST_SUB=	NLS="@comment "
35
.endif
27
36
28
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)duff/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (duff-0.4.tar.bz2) = 3d23e92b7467e4006a536d49b053b1c6ebc8cb3aff584c86d8561855841f4ac4
1
SHA256 (duff-0.5.tar.bz2) = 9e30f84d3d02bdaceb2a901db538906e66c227f80e3651b08bfad8c0f452ee5d
2
SIZE (duff-0.4.tar.bz2) = 76582
2
SIZE (duff-0.5.tar.bz2) = 168991
(-)duff/pkg-plist (+13 lines)
Line 0 Link Here
1
bin/duff
2
share/doc/duff/README.SHA
3
share/duff/join-duplicates.sh
4
%%NLS%%share/locale/en/LC_MESSAGES/duff.mo
5
%%NLS%%share/locale/en@boldquot/LC_MESSAGES/duff.mo
6
%%NLS%%share/locale/en@quot/LC_MESSAGES/duff.mo
7
%%NLS%%share/locale/sv/LC_MESSAGES/duff.mo
8
%%NLS%%@dirrmtry share/locale/en@quot/LC_MESSAGES
9
%%NLS%%@dirrmtry share/locale/en@quot
10
%%NLS%%@dirrmtry share/locale/en@boldquot/LC_MESSAGES
11
%%NLS%%@dirrmtry share/locale/en@boldquot
12
@dirrm share/duff
13
@dirrm share/doc/duff

Return to bug 156388