1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Use PLIST_FILES knob

PR:		ports/63926
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-03-08 19:37:44 +00:00
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

View File

@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= chip-set@mail.ru
COMMENT= Uploads files or directories to a ftpserver with support of resuming
PORTDOCS= TODO USAGE.examples
USE_AUTOCONF_VER= 253
USE_GETOPT_LONG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
@ -24,10 +26,12 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
PLIST_FILES= bin/wput
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in USAGE.examples TODO
.for f in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

View File

@ -1,4 +0,0 @@
bin/wput
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/USAGE.examples
%%PORTDOCS%%@dirrm %%DOCSDIR%%