summaryrefslogtreecommitdiffstats
path: root/ftp/ftpcopy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/ftpcopy/Makefile')
-rw-r--r--ftp/ftpcopy/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/ftp/ftpcopy/Makefile b/ftp/ftpcopy/Makefile
index a081d78..98d4a1b 100644
--- a/ftp/ftpcopy/Makefile
+++ b/ftp/ftpcopy/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ftpcopy
-PORTVERSION= 0.6.4
+PORTVERSION= 0.6.5
CATEGORIES= ftp ipv6
MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/
@@ -19,6 +19,11 @@ WRKSRC= ${WRKDIR}/web/${DISTNAME}
MAN1= ftpcopy.1 ftpcp.1 ftpls.1
+pre-build:
+ ${ECHO} "${CC}" >${WRKSRC}/src/conf-cc
+ ${ECHO} "${CPPFLAGS} ${CFLAGS}" >${WRKSRC}/src/conf-cflags
+ ${ECHO} "${LDFLAGS}" >${WRKSRC}/src/conf-ldflags
+
do-install:
cd ${WRKSRC}/compile && \
${INSTALL_PROGRAM} ftpcopy ftpls ${PREFIX}/bin && \
OpenPOWER on IntegriCloud