summaryrefslogtreecommitdiff
path: root/devel/uno
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-02-07 21:42:35 +0000
committerjoerg <joerg@pkgsrc.org>2009-02-07 21:42:35 +0000
commit9ec8b8c918259e1b67cfe0d798fcf073e7048244 (patch)
tree2249978aca364b0cc36828fd5a4ea7d34bfb88af /devel/uno
parente3cdb9411085b38e1a9fd916fd2dfc2bbd929016 (diff)
downloadpkgsrc-9ec8b8c918259e1b67cfe0d798fcf073e7048244.tar.gz
Add missing directories for installation.
Diffstat (limited to 'devel/uno')
-rw-r--r--devel/uno/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/uno/Makefile b/devel/uno/Makefile
index 577b930c021..3a54361d0d4 100644
--- a/devel/uno/Makefile
+++ b/devel/uno/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/03/03 17:45:38 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2009/02/07 21:42:35 joerg Exp $
#
DISTNAME= uno_v212
@@ -30,11 +30,12 @@ SUBST_FILES.prefix= makefile
SUBST_SED.prefix= -e "s,/usr/bin,${PREFIX}/bin,g"
SUBST_MESSAGE.prefix= Fixing hardcoded paths.
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/uno
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/uno ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/uno_local ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/uno_global ${DESTDIR}${PREFIX}/bin
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/uno
${INSTALL_DATA} ${WRKDIR}/uno/doc/uno_long.pdf ${DESTDIR}${PREFIX}/share/doc/uno
${INSTALL_DATA} ${WRKDIR}/uno/doc/uno_man.pdf ${DESTDIR}${PREFIX}/share/doc/uno
${INSTALL_DATA} ${WRKDIR}/uno/doc/uno_manpage.pdf ${DESTDIR}${PREFIX}/share/doc/uno