mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Use PLIST_FILES knob
PR: ports/63926 Submitted by: maintainer
This commit is contained in:
parent
f0ca636f5b
commit
f07cacc777
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103332
2 changed files with 5 additions and 5 deletions
|
@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz
|
||||||
MAINTAINER= chip-set@mail.ru
|
MAINTAINER= chip-set@mail.ru
|
||||||
COMMENT= Uploads files or directories to a ftpserver with support of resuming
|
COMMENT= Uploads files or directories to a ftpserver with support of resuming
|
||||||
|
|
||||||
|
PORTDOCS= TODO USAGE.examples
|
||||||
|
|
||||||
USE_AUTOCONF_VER= 253
|
USE_AUTOCONF_VER= 253
|
||||||
USE_GETOPT_LONG= yes
|
USE_GETOPT_LONG= yes
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
@ -24,10 +26,12 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||||
LIBS="-L${LOCALBASE}/lib"
|
LIBS="-L${LOCALBASE}/lib"
|
||||||
|
|
||||||
|
PLIST_FILES= bin/wput
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
.for f in USAGE.examples TODO
|
.for f in ${PORTDOCS}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
bin/wput
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/USAGE.examples
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
Loading…
Add table
Reference in a new issue