aboutsummaryrefslogtreecommitdiff
path: root/textproc/agrep
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-05-30 17:00:27 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-05-30 17:00:27 +0000
commit0dcb5d271b6eab41164fb2d962fcc540f42871dc (patch)
tree3b8e2a1dafb3c774857e5e266bf9747546820c64 /textproc/agrep
parentfd6b58d17fbd679467fe2403183bc60db9d5ba83 (diff)
downloadports-0dcb5d271b6eab41164fb2d962fcc540f42871dc.tar.gz
ports-0dcb5d271b6eab41164fb2d962fcc540f42871dc.zip
- use DOCSDIR
Notes
Notes: svn path=/head/; revision=213954
Diffstat (limited to 'textproc/agrep')
-rw-r--r--textproc/agrep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/agrep/Makefile b/textproc/agrep/Makefile
index a6a019ad8ec4..9ed60a4ce4cb 100644
--- a/textproc/agrep/Makefile
+++ b/textproc/agrep/Makefile
@@ -26,8 +26,8 @@ do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/agrep ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/agrep.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/agrep
- @${INSTALL_MAN} ${WRKSRC}/agrep.algorithms ${PREFIX}/share/doc/agrep
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_MAN} ${WRKSRC}/agrep.algorithms ${DOCSDIR}/
.endif
.include <bsd.port.mk>