pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/startup-notification Don't put a trailing slash on...
details: https://anonhg.NetBSD.org/pkgsrc/rev/83e980210040
branches: trunk
changeset: 490440:83e980210040
user: tv <tv%pkgsrc.org@localhost>
date: Thu Mar 10 15:37:19 2005 +0000
description:
Don't put a trailing slash on an INSTALL_*_DIR argument.
diffstat:
x11/startup-notification/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f18871fd7a8b -r 83e980210040 x11/startup-notification/Makefile
--- a/x11/startup-notification/Makefile Thu Mar 10 15:23:10 2005 +0000
+++ b/x11/startup-notification/Makefile Thu Mar 10 15:37:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/02/26 17:22:33 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2005/03/10 15:37:19 tv Exp $
DISTNAME= startup-notification-0.8
CATEGORIES= x11 gnome
@@ -19,7 +19,7 @@
PKGCONFIG_OVERRIDE= libstartup-notification-1.0.pc.in
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/startup-notification/
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/startup-notification
cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING ChangeLog NEWS \
doc/startup-notification.txt \
${PREFIX}/share/doc/startup-notification/
Home |
Main Index |
Thread Index |
Old Index