diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2006-07-12 03:22:00 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2006-07-12 03:22:00 +0000 |
commit | 7f125a2ae70bfcd6934f10f741105911be207431 (patch) | |
tree | 89ed96ea71576245037b11befa51b0f6de640523 /ftp/tftp-hpa/Makefile | |
parent | 895499ea8152765c7e59ec3a183a4e78a616a5ff (diff) |
Notes
Diffstat (limited to 'ftp/tftp-hpa/Makefile')
-rw-r--r-- | ftp/tftp-hpa/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ftp/tftp-hpa/Makefile b/ftp/tftp-hpa/Makefile index 9485c38c8964..c4b7b3288b17 100644 --- a/ftp/tftp-hpa/Makefile +++ b/ftp/tftp-hpa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tftp-hpa -PORTVERSION= 0.41 +PORTVERSION= 0.42 CATEGORIES= ftp MASTER_SITES= ftp://ftp.kernel.org/pub/software/network/tftp/ @@ -24,4 +24,12 @@ MAN1= tftp.1 MAN8= in.tftpd.8 MLINKS= in.tftpd.8 tftpd.8 +post-patch: + @${REINPLACE_CMD} -e 's,SBINDIR,LIBEXECDIR,; s,sbindir,libexecdir,' \ + ${WRKSRC}/MCONFIG.in + @${REINPLACE_CMD} -e 's,SBINDIR,LIBEXECDIR,g' \ + ${WRKSRC}/tftpd/Makefile + @${REINPLACE_CMD} -e 's,LOG_DAEMON,LOG_FTP,g' \ + ${WRKSRC}/tftpd/tftpd.c + .include <bsd.port.mk> |