diff options
author | gahr <gahr@FreeBSD.org> | 2009-06-20 01:38:11 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2009-06-20 01:38:11 +0800 |
commit | 18d5bb43cd68493fe469ce718f596ff4789ffdc9 (patch) | |
tree | 0656678d1ed39c925f0b1b6bf0f6d4d0c20b8247 /graphics/tulip | |
parent | 5327cc0a14024554ff00c1201145dfc8fc201309 (diff) | |
download | freebsd-ports-gnome-18d5bb43cd68493fe469ce718f596ff4789ffdc9.tar.gz freebsd-ports-gnome-18d5bb43cd68493fe469ce718f596ff4789ffdc9.tar.zst freebsd-ports-gnome-18d5bb43cd68493fe469ce718f596ff4789ffdc9.zip |
- Fix PORTDOCS installation
Reported by: PH via pav
Diffstat (limited to 'graphics/tulip')
-rw-r--r-- | graphics/tulip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index dd689b283149..a19c50fc3121 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -56,7 +56,7 @@ post-patch: .if !defined(NOPORTDOCS) post-install: ${INSTALL} -d ${DOCSDIR} - ${INSTALL_DATA} ${DISTDIR}/userManual.pdf ${DOCSDIR} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/userManual.pdf ${DOCSDIR} .endif .include <bsd.port.post.mk> |