aboutsummaryrefslogtreecommitdiff
path: root/x11/libdnd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libdnd/Makefile')
-rw-r--r--x11/libdnd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libdnd/Makefile b/x11/libdnd/Makefile
index cf351e3cb370..c8ad43156626 100644
--- a/x11/libdnd/Makefile
+++ b/x11/libdnd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libdnd
PORTVERSION= 1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://leb.net/offix/
DISTNAME= dnd.${PORTVERSION}
@@ -26,7 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/" \
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/libdnd
- ${INSTALL_MAN} ${WRKDIR}/DND/DNDdoc/* ${PREFIX}/share/doc/libdnd
+ ${INSTALL_MAN} ${WRKDIR}/DND/DNDdoc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>