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

(-)Makefile (-3 / +2 lines)
Lines 18-28 Link Here
18
18
19
.if !defined(WITHOUT_X11)
19
.if !defined(WITHOUT_X11)
20
RUN_DEPENDS=	${TKINTER}:${PORTSDIR}/x11-toolkits/py-tkinter
20
RUN_DEPENDS=	${TKINTER}:${PORTSDIR}/x11-toolkits/py-tkinter
21
21
TKINTER=	${PYTHON_SITELIBDIR}/_tkinter.so
22
TKINTER=	${PYTHON_SITELIBDIR}/_tkinter.so
22
.endif
23
.endif
23
24
24
WRKSRC=		${WRKDIR}/${PORTNAME}
25
WRKSRC=		${WRKDIR}/${PORTNAME}
25
PKGMESSAGE=	${WRKDIR}/pkg-message
26
SUB_FILES=	pkg-message
26
27
27
USE_PYTHON=	yes
28
USE_PYTHON=	yes
28
USE_PYDISTUTILS=	yes
29
USE_PYDISTUTILS=	yes
Lines 37-44 Link Here
37
.endif
38
.endif
38
	@${MKDIR} ${EXAMPLESDIR}
39
	@${MKDIR} ${EXAMPLESDIR}
39
	cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
40
	cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
40
	@${SED} -e 's!%%EXAMPLESDIR%%!${EXAMPLESDIR}!' \
41
		${MASTERDIR}/pkg-message > ${PKGMESSAGE}
42
	@${CAT} ${PKGMESSAGE}
41
	@${CAT} ${PKGMESSAGE}
43
42
44
.include <bsd.port.mk>
43
.include <bsd.port.mk>
(-)pkg-message (-11 lines)
Removed Link Here
1
###########################################################################
2
# 
3
# Please copy sample configuration file from 
4
# %%EXAMPLESDIR%%/offlineimap.conf.minimal 
5
# to ~/.offlineimaprc and edit to suit your needs.
6
#
7
# WARNING: if you are upgrading from pre-3.99.12 version, please be sure 
8
#          to check the manual for changes in configuration file format 
9
#          that are incompatible with your existing configuration.
10
#
11
###########################################################################
(-)files/pkg-message.in (+11 lines)
Added Link Here
1
###########################################################################
2
# 
3
# Please copy sample configuration file from 
4
# %%EXAMPLESDIR%%/offlineimap.conf.minimal 
5
# to ~/.offlineimaprc and edit to suit your needs.
6
#
7
# WARNING: if you are upgrading from pre-3.99.12 version, please be sure 
8
#          to check the manual for changes in configuration file format 
9
#          that are incompatible with your existing configuration.
10
#
11
###########################################################################

Return to bug 142769