diff --git a/ftp/ftpcopy/Makefile b/ftp/ftpcopy/Makefile index 5e0ff1a24a1d..6fe71b9cb959 100644 --- a/ftp/ftpcopy/Makefile +++ b/ftp/ftpcopy/Makefile @@ -1,40 +1,40 @@ PORTNAME= ftpcopy PORTVERSION= 0.6.7 CATEGORIES= ftp MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/ MAINTAINER= mandree@FreeBSD.org COMMENT= Command line FTP tools for listing and mirroring WWW= https://www.ohse.de/uwe/ftpcopy.html LICENSE= GPLv2 USES= perl5 USE_PERL5= build WRKSRC= ${WRKDIR}/web/${DISTNAME} OPTIONS_DEFINE= DOCS .include .if ${ARCH} != amd64 && ${ARCH} != i386 USES+= compiler:gcc-c++11-lib .endif 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 ${STAGEDIR}${PREFIX}/bin && \ - ${INSTALL_MAN} *.1 ${STAGEDIR}${PREFIX}/man/man1 && \ + ${INSTALL_MAN} *.1 ${STAGEDIR}${PREFIX}/share/man/man1 && \ ${INSTALL_SCRIPT} ftpcp ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DOCSDIR} && \ cd ${WRKSRC}/compile && \ ${INSTALL_DATA} ChangeLog NEWS \ README THANKS ftpcopy.html ftpls.html ${STAGEDIR}${DOCSDIR} .include diff --git a/ftp/ftpcopy/pkg-plist b/ftp/ftpcopy/pkg-plist index f7c834cd18e7..2af8e308d867 100644 --- a/ftp/ftpcopy/pkg-plist +++ b/ftp/ftpcopy/pkg-plist @@ -1,12 +1,12 @@ bin/ftpcp bin/ftpcopy bin/ftpls -man/man1/ftpcopy.1.gz -man/man1/ftpcp.1.gz -man/man1/ftpls.1.gz +share/man/man1/ftpcopy.1.gz +share/man/man1/ftpcp.1.gz +share/man/man1/ftpls.1.gz %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/THANKS %%PORTDOCS%%%%DOCSDIR%%/ftpcopy.html %%PORTDOCS%%%%DOCSDIR%%/ftpls.html