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

(-)wput/Makefile (-1 / +5 lines)
Lines 15-20 Link Here
15
MAINTAINER=	chip-set@mail.ru
15
MAINTAINER=	chip-set@mail.ru
16
COMMENT=	Uploads files or directories to a ftpserver with support of resuming
16
COMMENT=	Uploads files or directories to a ftpserver with support of resuming
17
17
18
PORTDOCS=	TODO USAGE.examples
19
18
USE_AUTOCONF_VER=	253
20
USE_AUTOCONF_VER=	253
19
USE_GETOPT_LONG=	yes
21
USE_GETOPT_LONG=	yes
20
WRKSRC=		${WRKDIR}/${PORTNAME}
22
WRKSRC=		${WRKDIR}/${PORTNAME}
Lines 24-33 Link Here
24
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
26
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
25
		LIBS="-L${LOCALBASE}/lib"
27
		LIBS="-L${LOCALBASE}/lib"
26
28
29
PLIST_FILES=	bin/wput
30
27
post-install:
31
post-install:
28
.if !defined(NOPORTDOCS)
32
.if !defined(NOPORTDOCS)
29
	@${MKDIR} ${DOCSDIR}
33
	@${MKDIR} ${DOCSDIR}
30
.for f in USAGE.examples TODO
34
.for f in ${PORTDOCS}
31
	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
35
	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
32
.endfor
36
.endfor
33
.endif
37
.endif

Return to bug 63926