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

(-)Makefile (-4 / +7 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	hello
8
PORTNAME=	hello
9
PORTVERSION=	2.1.1
9
PORTVERSION=	2.3
10
PORTREVISION=	2
11
CATEGORIES=	misc
10
CATEGORIES=	misc
12
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
13
MASTER_SITE_SUBDIR=	hello
12
MASTER_SITE_SUBDIR=	hello
Lines 19-32 Link Here
19
GNU_CONFIGURE=	YES
18
GNU_CONFIGURE=	YES
20
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
19
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
21
20
22
MAN1=		hello.1
21
MAN1=	hello.1
22
INFO=	hello
23
23
24
.if !defined(WITHOUT_NLS)
24
.if !defined(WITHOUT_NLS)
25
USE_GETTEXT=	yes
25
USE_GETTEXT=	yes
26
PLIST_SUB+=	NLS=""
26
PLIST_SUB+=	NLS=""
27
.else
27
.else
28
CONFIGURE_ARGS+=--disable-nls
28
CONFIGURE_ARGS+=	--disable-nls
29
PLIST_SUB+=	NLS="@comment "
29
PLIST_SUB+=	NLS="@comment "
30
.endif
30
.endif
31
31
32
pre-install:
33
	${CHMOD} a+x ${WRKSRC}/build-aux/install-sh
34
32
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (hello-2.1.1.tar.gz) = 70c9ccf9fac07f762c24f2df2290784d
1
MD5 (hello-2.3.tar.gz) = de3187eac06baf5f0506c06935a1fd29
2
SHA256 (hello-2.1.1.tar.gz) = c510e3ad0200517e3a14534e494b37dc0770efd733fc35ce2f445dd49c96a7d5
2
SHA256 (hello-2.3.tar.gz) = 429c779083c7c51ece716ae2f69e66caf383537a23119f9e200baf0f54c71c7a
3
SIZE (hello-2.1.1.tar.gz) = 389363
3
SIZE (hello-2.3.tar.gz) = 431983
(-)pkg-plist (-3 lines)
Lines 1-7 Link Here
1
bin/hello
1
bin/hello
2
@unexec install-info --delete %D/info/hello.info %D/info/dir
3
info/hello.info
4
@exec install-info --dir-file=%D/info/dir --entry="* Hello: (hello).		Hello Reference Manual." %D/info/hello.info
5
%%NLS%%share/locale/ca/LC_MESSAGES/hello.mo
2
%%NLS%%share/locale/ca/LC_MESSAGES/hello.mo
6
%%NLS%%share/locale/da/LC_MESSAGES/hello.mo
3
%%NLS%%share/locale/da/LC_MESSAGES/hello.mo
7
%%NLS%%share/locale/de/LC_MESSAGES/hello.mo
4
%%NLS%%share/locale/de/LC_MESSAGES/hello.mo

Return to bug 118311