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

(-)./Makefile (-6 / +2 lines)
Lines 15-26 Link Here
15
USE_XORG=	x11 xext xmu xi
15
USE_XORG=	x11 xext xmu xi
16
PATCH_STRIP=	-p1
16
PATCH_STRIP=	-p1
17
17
18
MAN1=		coolmail.1
19
PLIST_FILES=	bin/coolmail
20
21
NO_STAGE=	yes
22
do-install:
18
do-install:
23
	${INSTALL_PROGRAM} ${WRKSRC}/coolmail ${PREFIX}/bin/coolmail
19
	${INSTALL_PROGRAM} ${WRKSRC}/coolmail ${STAGEDIR}${PREFIX}/bin/coolmail
24
	${INSTALL_MAN} ${WRKSRC}/coolmail.man ${PREFIX}/man/man1/coolmail.1
20
	${INSTALL_MAN} ${WRKSRC}/coolmail.man ${STAGEDIR}${PREFIX}/man/man1/coolmail.1
25
21
26
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)./pkg-plist (+2 lines)
Line 0 Link Here
1
bin/coolmail
2
man/man1/coolmail.1.gz

Return to bug 190096