aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/pftpd/Makefile
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-25 02:19:23 +0800
committermarino <marino@FreeBSD.org>2015-03-25 02:19:23 +0800
commitc671b7499c21f0b5d1b3b76b64de4a06c8414dcc (patch)
treed22ee47f309af4f98bfeb96fd87674677e46b434 /ftp/pftpd/Makefile
parent581716bd366fcb585a3ced95a32b9b5d017bb1cf (diff)
downloadfreebsd-ports-gnome-c671b7499c21f0b5d1b3b76b64de4a06c8414dcc.tar.gz
freebsd-ports-gnome-c671b7499c21f0b5d1b3b76b64de4a06c8414dcc.tar.zst
freebsd-ports-gnome-c671b7499c21f0b5d1b3b76b64de4a06c8414dcc.zip
4 ports categories: Remove $PTHREAD_LIBS
Categories: www, ftp, net-im, net-mgmt approved by: PTHREAD blanket
Diffstat (limited to 'ftp/pftpd/Makefile')
-rw-r--r--ftp/pftpd/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/ftp/pftpd/Makefile b/ftp/pftpd/Makefile
index 5d31552ffa59..e2ae38fcb9d3 100644
--- a/ftp/pftpd/Makefile
+++ b/ftp/pftpd/Makefile
@@ -16,10 +16,6 @@ PLIST_FILES= sbin/pftpd \
man/man1/pftpd.1.gz \
man/man1/rpad.1.gz
-post-patch:
- @${FIND} ${WRKSRC} -name "configure" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|-lpthread|${PTHREAD_LIBS}|g'
-
do-install:
(cd ${WRKSRC}/src && ${INSTALL_PROGRAM} pftpd ${STAGEDIR}${PREFIX}/sbin)
(cd ${WRKSRC}/doc && ${INSTALL_MAN} *.1 ${STAGEDIR}${MANPREFIX}/man/man1)