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

Collapse All | Expand All

(-)sysutils/LPRng/Makefile (-5 / +3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	LPRng
4
PORTNAME=	LPRng
5
PORTVERSION=	3.8.C
5
PORTVERSION=	3.8.C
6
PORTREVISION=	1
6
PORTEPOCH=	1
7
PORTEPOCH=	1
7
CATEGORIES=	sysutils print
8
CATEGORIES=	sysutils print
8
MASTER_SITES=	SF/${PORTNAME:tl}/${PORTNAME:tl}
9
MASTER_SITES=	SF/${PORTNAME:tl}/${PORTNAME:tl}
Lines 22-29 Link Here
22
CONFIGURE_ARGS=	--with-config_subdir="" \
23
CONFIGURE_ARGS=	--with-config_subdir="" \
23
		--with-filterdir=${PREFIX}/libexec/filters \
24
		--with-filterdir=${PREFIX}/libexec/filters \
24
		--with-filter_path="${PREFIX}/bin:/bin:/usr/bin:${PREFIX}/sbin:/sbin:/usr/sbin" \
25
		--with-filter_path="${PREFIX}/bin:/bin:/usr/bin:${PREFIX}/sbin:/sbin:/usr/sbin" \
25
		--with-lpd_conf_path=${SYSCONFDIR}/lpd.conf \
26
		--with-lpd_perms_path=${SYSCONFDIR}/lpd.perms \
27
		--with-printcap_path=/etc/printcap \
26
		--with-printcap_path=/etc/printcap \
28
		--with-ld_library_path="${PREFIX}/lib:/lib:/usr/lib:/${LOCALBASE}/lib"
27
		--with-ld_library_path="${PREFIX}/lib:/lib:/usr/lib:/${LOCALBASE}/lib"
29
MAKE_ARGS=	INSTALLCONFIGEXAMPLES=""
28
MAKE_ARGS=	INSTALLCONFIGEXAMPLES=""
Lines 49-62 Link Here
49
NLS_LDFLAGS=		-lintl
48
NLS_LDFLAGS=		-lintl
50
49
51
post-install:
50
post-install:
52
	@${MKDIR} ${STAGEDIR}${DATADIR}
53
.for i in lpd.perms printcap
51
.for i in lpd.perms printcap
54
	(cd ${WRKSRC}/conf && $ ${INSTALL_DATA} ${i} \
52
	(cd ${WRKSRC}/conf && $ ${INSTALL_DATA} ${i} \
55
		${STAGEDIR}${DATADIR}/${i}.sample)
53
		${STAGEDIR}/${PREFIX}/etc/${i}.sample)
56
.endfor
54
.endfor
57
.for i in lpd.conf
55
.for i in lpd.conf
58
	(cd ${WRKSRC}/src && $ ${INSTALL_DATA} ${i} \
56
	(cd ${WRKSRC}/src && $ ${INSTALL_DATA} ${i} \
59
		${STAGEDIR}${DATADIR}/${i}.sample)
57
		${STAGEDIR}/${PREFIX}/etc/${i}.sample)
60
.endfor
58
.endfor
61
59
62
.include <bsd.port.mk>
60
.include <bsd.port.mk>
(-)sysutils/LPRng/pkg-plist (-4 / +3 lines)
Lines 31-42 Link Here
31
sbin/lpd
31
sbin/lpd
32
sbin/lprng_certs
32
sbin/lprng_certs
33
sbin/lprng_index_certs
33
sbin/lprng_index_certs
34
%%DATADIR%%/lpd.conf.sample
34
@sample etc/lpd.conf.sample
35
%%DATADIR%%/lpd.perms.sample
35
@sample etc/lpd.perms.sample
36
%%DATADIR%%/printcap.sample
36
@sample etc/printcap.sample
37
%%NLS%%share/locale/de/LC_MESSAGES/LPRng.mo
37
%%NLS%%share/locale/de/LC_MESSAGES/LPRng.mo
38
%%NLS%%share/locale/fr/LC_MESSAGES/LPRng.mo
38
%%NLS%%share/locale/fr/LC_MESSAGES/LPRng.mo
39
%%NLS%%share/locale/pl/LC_MESSAGES/LPRng.mo
39
%%NLS%%share/locale/pl/LC_MESSAGES/LPRng.mo
40
%%NLS%%share/locale/vi/LC_MESSAGES/LPRng.mo
40
%%NLS%%share/locale/vi/LC_MESSAGES/LPRng.mo
41
@dirrm %%DATADIR%%
42
@dirrm libexec/filters
41
@dirrm libexec/filters

Return to bug 192647