diff options
Diffstat (limited to 'ftp/twoftpd/Makefile')
-rw-r--r-- | ftp/twoftpd/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ftp/twoftpd/Makefile b/ftp/twoftpd/Makefile index d91e670d7d5f..799a98b7d2d9 100644 --- a/ftp/twoftpd/Makefile +++ b/ftp/twoftpd/Makefile @@ -1,6 +1,6 @@ PORTNAME= twoftpd PORTVERSION= 1.43 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/ @@ -26,8 +26,9 @@ PLIST_FILES= bin/twoftpd-anon bin/twoftpd-anon-conf \ bin/twoftpd-auth bin/twoftpd-bind-port \ bin/twoftpd-conf bin/twoftpd-drop \ bin/twoftpd-switch bin/twoftpd-xfer \ - man/man1/twoftpd-auth.1.gz man/man1/twoftpd-switch.1.gz \ - man/man1/twoftpd-xfer.1.gz + share/man/man1/twoftpd-auth.1.gz \ + share/man/man1/twoftpd-switch.1.gz \ + share/man/man1/twoftpd-xfer.1.gz OPTIONS_DEFINE= DOCS @@ -36,7 +37,7 @@ post-patch: do-configure: @${ECHO_CMD} "${PREFIX}/bin" > ${WRKSRC}/conf-bin - @${ECHO_CMD} "${MANPREFIX}/man" > ${WRKSRC}/conf-man + @${ECHO_CMD} "${PREFIX}/share/man" > ${WRKSRC}/conf-man @${ECHO_CMD} "${CC} ${CFLAGS} ${CPPFLAGS}" > ${WRKSRC}/conf-cc @${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld @${ECHO_CMD} "${BGLIBS_INCLUDE}" > ${WRKSRC}/conf-bgincs @@ -48,7 +49,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin/ .endfor .for f in twoftpd-auth.1 twoftpd-switch.1 twoftpd-xfer.1 - ${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/share/man/man1/ .endfor do-install-DOCS-on: |