diff options
author | dinoex <dinoex@FreeBSD.org> | 2018-01-31 07:13:11 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2018-01-31 07:13:11 +0800 |
commit | 36d2e1db1e0992e18313f83b5f7097c4fafd7270 (patch) | |
tree | d5c1d5605cbbd589378e4e64c9152accdd7b6d36 /misc | |
parent | 2c891568310b403e9f4958ab1af93ed4fa3222cb (diff) | |
download | freebsd-ports-gnome-36d2e1db1e0992e18313f83b5f7097c4fafd7270.tar.gz freebsd-ports-gnome-36d2e1db1e0992e18313f83b5f7097c4fafd7270.tar.zst freebsd-ports-gnome-36d2e1db1e0992e18313f83b5f7097c4fafd7270.zip |
- fix install
Diffstat (limited to 'misc')
-rw-r--r-- | misc/estic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/estic/Makefile b/misc/estic/Makefile index d9e955ef9a24..079b85a6f900 100644 --- a/misc/estic/Makefile +++ b/misc/estic/Makefile @@ -87,9 +87,9 @@ do-install: .if ${PORT_OPTIONS:MDOCS} @# estic doc says estic.res must be in bin path or current directory ${MKDIR} ${PBX_DOC} - ${INSTALL_DATA} ${ESTIC}/estic.doc ${PBX_DOC} + ${INSTALL_DATA} ${ESTIC}/estic.doc ${PBX_DOC}/ @# estic.doc is not nroff format, & is in German - ${INSTALL_DATA} ${FILESDIR}/README ${PBX_DOC} + ${INSTALL_DATA} ${FILESDIR}/README ${PBX_DOC}/ .endif @# ${FILESDIR}/README is not in nroff, but is a temporary document. ${MKDIR} ${PBX_ETC} ${PBX_VAR} |