aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2014-03-04 14:51:37 +0800
committerdinoex <dinoex@FreeBSD.org>2014-03-04 14:51:37 +0800
commit1dded92d6db0681694047f4bfa8c061da0934265 (patch)
treeb1aae5f887520f0ba9eebf18008a2be0b668c585 /textproc
parent73fa88d907348ee077051eda283de870b1462e67 (diff)
downloadfreebsd-ports-gnome-1dded92d6db0681694047f4bfa8c061da0934265.tar.gz
freebsd-ports-gnome-1dded92d6db0681694047f4bfa8c061da0934265.tar.zst
freebsd-ports-gnome-1dded92d6db0681694047f4bfa8c061da0934265.zip
- remove broken MANPREFIX
Diffstat (limited to 'textproc')
-rw-r--r--textproc/agrep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/agrep/Makefile b/textproc/agrep/Makefile
index 8bae85eb4bb0..ef0c2f018a36 100644
--- a/textproc/agrep/Makefile
+++ b/textproc/agrep/Makefile
@@ -29,7 +29,7 @@ post-extract:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/agrep ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/agrep.1 ${STAGEDIR}${MANPREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/agrep.1 ${STAGEDIR}${PREFIX}/man/man1/
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/