diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-03-09 22:00:22 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-03-09 22:00:22 +0800 |
commit | 2f62d1b970c001ac87be100783b510fa59653187 (patch) | |
tree | afa8757c784222ee5efe7bf828f008b6a4a8795e /irc | |
parent | 187b346f7a7afcec39d47a2a25f0cc9f16854335 (diff) | |
download | freebsd-ports-gnome-2f62d1b970c001ac87be100783b510fa59653187.tar.gz freebsd-ports-gnome-2f62d1b970c001ac87be100783b510fa59653187.tar.zst freebsd-ports-gnome-2f62d1b970c001ac87be100783b510fa59653187.zip |
- remove broken MANPREFIX
Diffstat (limited to 'irc')
-rw-r--r-- | irc/iroffer-dinoex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile index a6153474cfaf..801f7d94c4f8 100644 --- a/irc/iroffer-dinoex/Makefile +++ b/irc/iroffer-dinoex/Makefile @@ -58,8 +58,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iroffer-de ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/iroffer-it ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/iroffer-fr ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/iroffer.1 ${STAGEDIR}${MANPREFIX}/man/man1/ - ${INSTALL_MAN} ${WRKSRC}/xdcc.7 ${STAGEDIR}${MANPREFIX}/man/man7/ + ${INSTALL_MAN} ${WRKSRC}/iroffer.1 ${STAGEDIR}${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/xdcc.7 ${STAGEDIR}${PREFIX}/man/man7/ .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${IROFFER_DOCS} |