aboutsummaryrefslogtreecommitdiff
path: root/ftp/ftpcopy/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-10-06 06:45:12 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-10-06 06:45:12 +0000
commit85c9a5f72de573179cb406d90990c27f2d6386d4 (patch)
treeeaa5e9694146ea07092e9a7648064896511372b5 /ftp/ftpcopy/Makefile
parent7c9c28b05863c31665717dfa074635d787e965b1 (diff)
downloadports-85c9a5f72de573179cb406d90990c27f2d6386d4.tar.gz
ports-85c9a5f72de573179cb406d90990c27f2d6386d4.zip
Notes
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 a081d78699b1..98d4a1b8ed61 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 && \