pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/startup-notification Fix DESTDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c61553c5d4e
branches:  trunk
changeset: 551539:7c61553c5d4e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 17 13:03:32 2008 +0000

description:
Fix DESTDIR.

diffstat:

 x11/startup-notification/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r b37c59829a07 -r 7c61553c5d4e x11/startup-notification/Makefile
--- a/x11/startup-notification/Makefile Wed Dec 17 12:59:25 2008 +0000
+++ b/x11/startup-notification/Makefile Wed Dec 17 13:03:32 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2008/11/16 14:01:11 tron Exp $
+# $NetBSD: Makefile,v 1.21 2008/12/17 13:03:32 joerg Exp $
 
 DISTNAME=              startup-notification-0.9
 CATEGORIES=            x11 gnome
@@ -22,10 +22,8 @@
 INSTALLATION_DIRS+=    ${DOCDIR}
 
 post-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/startup-notification
        cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING ChangeLog NEWS \
-               doc/startup-notification.txt \
-               ${DESTDIR}${DOCDIR}
+               doc/startup-notification.txt ${DESTDIR}${DOCDIR}
 
 BUILDLINK_DEPMETHOD.libXt?=    build
 



Home | Main Index | Thread Index | Old Index