diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-10 13:12:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-10 13:13:03 +0000 |
commit | 64631af5a788e3083ad88fb728a95a3499015a6d (patch) | |
tree | f7251c19247da84b1439915277c99d2b60b9182e /graphics/pstoedit | |
parent | c11203465b63c7f1ed48a4eed6b1f3f265a6d512 (diff) |
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 247cfd75332f..c76e3418af83 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -54,7 +54,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/src/Makefile.in post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/man/man1/ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} |