diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-10 13:54:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-10 13:54:22 +0000 |
commit | ec7b561464bf844cc65b843d4f531945aa1d09fc (patch) | |
tree | acf3f96eca894e3e032f914d0b0e69216c46a7ae /x11/xdialog | |
parent | 0802ab78d38d28b4df1862bd943c1dd923e073f5 (diff) | |
download | ports-ec7b561464bf844cc65b843d4f531945aa1d09fc.tar.gz ports-ec7b561464bf844cc65b843d4f531945aa1d09fc.zip |
Notes
Diffstat (limited to 'x11/xdialog')
-rw-r--r-- | x11/xdialog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile index b02ea4d983af..9483b00e554b 100644 --- a/x11/xdialog/Makefile +++ b/x11/xdialog/Makefile @@ -26,9 +26,9 @@ MAN1= Xdialog.1 .if !defined(NOPORTDOCS) post-install: - ${MKDIR} ${PREFIX}/share/${PORTNAME} + ${MKDIR} ${DATADIR} @(cd ${WRKSRC}/doc ; \ - ${CP} *.html *.png ${PREFIX}/share/${PORTNAME}) + ${CP} *.html *.png ${DATADIR}) .endif .include <bsd.port.mk> |