diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /deskutils/notebook | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
download | ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.tar.gz ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.zip |
Notes
Diffstat (limited to 'deskutils/notebook')
-rw-r--r-- | deskutils/notebook/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/notebook/Makefile b/deskutils/notebook/Makefile index fa84a8be1e56..7bac4ef3dfbd 100644 --- a/deskutils/notebook/Makefile +++ b/deskutils/notebook/Makefile @@ -40,8 +40,8 @@ INSTALL_DATA_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 # program files PROGRAMFILES= notebook/notebook # documents -DOCFILES= LICENSE README.binary -DOCDIR_PREFIX= ${PREFIX}/share/doc/${PORTNAME} +DOCFILES= LICENSE README.binary +DOCDIR_PREFIX= ${PREFIX}/share/doc/${PORTNAME} # additional configuration and header files EXTRALIB_PREFIX= ${X11BASE}/lib/jx EXTRALIBFILES_MAKE_WRKSRC= include/make |