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

Collapse All | Expand All

(-)sysutils/LPRng/Makefile (-5 / +2 lines)
Lines 22-29 Link Here
22
CONFIGURE_ARGS=	--with-config_subdir="" \
22
CONFIGURE_ARGS=	--with-config_subdir="" \
23
		--with-filterdir=${PREFIX}/libexec/filters \
23
		--with-filterdir=${PREFIX}/libexec/filters \
24
		--with-filter_path="${PREFIX}/bin:/bin:/usr/bin:${PREFIX}/sbin:/sbin:/usr/sbin" \
24
		--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 \
25
		--with-printcap_path=/etc/printcap \
28
		--with-ld_library_path="${PREFIX}/lib:/lib:/usr/lib:/${LOCALBASE}/lib"
26
		--with-ld_library_path="${PREFIX}/lib:/lib:/usr/lib:/${LOCALBASE}/lib"
29
MAKE_ARGS=	INSTALLCONFIGEXAMPLES=""
27
MAKE_ARGS=	INSTALLCONFIGEXAMPLES=""
Lines 49-62 Link Here
49
NLS_LDFLAGS=		-lintl
47
NLS_LDFLAGS=		-lintl
50
48
51
post-install:
49
post-install:
52
	@${MKDIR} ${STAGEDIR}${DATADIR}
53
.for i in lpd.perms printcap
50
.for i in lpd.perms printcap
54
	(cd ${WRKSRC}/conf && $ ${INSTALL_DATA} ${i} \
51
	(cd ${WRKSRC}/conf && $ ${INSTALL_DATA} ${i} \
55
		${STAGEDIR}${DATADIR}/${i}.sample)
52
		${STAGEDIR}/${PREFIX}/etc/${i}.sample)
56
.endfor
53
.endfor
57
.for i in lpd.conf
54
.for i in lpd.conf
58
	(cd ${WRKSRC}/src && $ ${INSTALL_DATA} ${i} \
55
	(cd ${WRKSRC}/src && $ ${INSTALL_DATA} ${i} \
59
		${STAGEDIR}${DATADIR}/${i}.sample)
56
		${STAGEDIR}/${PREFIX}/etc/${i}.sample)
60
.endfor
57
.endfor
61
58
62
.include <bsd.port.mk>
59
.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