aboutsummaryrefslogtreecommitdiff
path: root/print/amspsfnt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/amspsfnt/Makefile')
-rw-r--r--print/amspsfnt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/amspsfnt/Makefile b/print/amspsfnt/Makefile
index a94146df7390..3ab3ac002bc1 100644
--- a/print/amspsfnt/Makefile
+++ b/print/amspsfnt/Makefile
@@ -33,9 +33,9 @@ do-install:
@${MKDIR} $(PREFIX)/lib/afm
$(INSTALL_DATA) ${WRKSRC}/afm/* $(PREFIX)/lib/afm
-.ifndef (NOPORTSDOC)
- @${MKDIR} $(PREFIX)/share/doc/amspsfnt
- $(INSTALL_DATA) ${WRKSRC}/READ.ME $(PREFIX)/share/doc/amspsfnt
+.ifndef (NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ $(INSTALL_DATA) ${WRKSRC}/READ.ME ${DOCSDIR}
.endif
.include <bsd.port.mk>