diff options
author | tv <tv@pkgsrc.org> | 2005-03-10 15:37:19 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-03-10 15:37:19 +0000 |
commit | 8e541c0355ab3ad4d3a4024602215bc7bbeb0052 (patch) | |
tree | e8d0f5a086c798e0aa793076ab637790b9a92afe /x11 | |
parent | dfb826be8578bd2a55c8051e58a2b959328272d4 (diff) | |
download | pkgsrc-8e541c0355ab3ad4d3a4024602215bc7bbeb0052.tar.gz |
Don't put a trailing slash on an INSTALL_*_DIR argument.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/startup-notification/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index 914a53d6247..fbfbb8fb85b 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/Makefile @@ -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 @@ USE_X11= yes 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/ |