pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/notecase Fix installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8dbc3becc06
branches:  trunk
changeset: 540801:c8dbc3becc06
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Apr 07 17:47:12 2008 +0000

description:
Fix installation.

diffstat:

 editors/notecase/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 89326474f468 -r c8dbc3becc06 editors/notecase/Makefile
--- a/editors/notecase/Makefile Mon Apr 07 17:45:40 2008 +0000
+++ b/editors/notecase/Makefile Mon Apr 07 17:47:12 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/03/06 14:53:50 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2008/04/07 17:47:12 joerg Exp $
 #
 
 DISTNAME=      notecase-1.8.1_src
@@ -17,9 +17,8 @@
 TOOLS_PLATFORM.gsed= #empty, override nonsense in tools
 USE_DIRS+=     xdg-1.1
 
-pre-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/notecase
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/locale/fr_CA/LC_MESSAGES
+INSTALLATION_DIRS=     share/doc/notecase share/locale/fr_CA/LC_MESSAGES \
+                       share/locale/no/LC_MESSAGES
 
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../sysutils/gnome-vfs/buildlink3.mk"



Home | Main Index | Thread Index | Old Index