aboutsummaryrefslogtreecommitdiffstats
path: root/devel/argouml
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-04-11 14:01:17 +0800
committerpav <pav@FreeBSD.org>2009-04-11 14:01:17 +0800
commite0453ea449f192a5f5ea0d2861d5401e315fec2b (patch)
treed823e453a5f0ee255207fcdf3f94fa8d9842e99a /devel/argouml
parent426932f7d97ae0c91d97eb9d58ed0188f42a9dbc (diff)
downloadfreebsd-ports-gnome-e0453ea449f192a5f5ea0d2861d5401e315fec2b.tar.gz
freebsd-ports-gnome-e0453ea449f192a5f5ea0d2861d5401e315fec2b.tar.zst
freebsd-ports-gnome-e0453ea449f192a5f5ea0d2861d5401e315fec2b.zip
- Fix installation
Submitted by: rene (maintainer)
Diffstat (limited to 'devel/argouml')
-rw-r--r--devel/argouml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/argouml/Makefile b/devel/argouml/Makefile
index bcebdd643ad0..5a58fe5bf141 100644
--- a/devel/argouml/Makefile
+++ b/devel/argouml/Makefile
@@ -41,8 +41,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/ext/*.xml ${DATADIR}/ext/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${DISTDIR}/manual-${PORTVERSION}.pdf ${DOCSDIR}
- ${INSTALL_DATA} ${DISTDIR}/quickguide-${PORTVERSION}.pdf ${DOCSDIR}
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/manual-${PORTVERSION}.pdf ${DOCSDIR}
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/quickguide-${PORTVERSION}.pdf ${DOCSDIR}
.endif
.include <bsd.port.mk>