Replaced an variable expression with the much simpler literal value, as

PKGNAME should not be used in a context where a file name is expected.
This commit is contained in:
Roland Illig 2005-11-05 17:10:31 +00:00 committed by Thomas Klausner
parent f51ddddc25
commit 2330ddb857

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2005/08/11 10:08:22 absd Exp $
# $NetBSD: Makefile,v 1.7 2005/11/05 17:10:31 rillig Exp $
DISTNAME= gnome-clipboard-daemon-1.0
CATEGORIES= x11 gnome
@ -14,7 +14,7 @@ USE_TOOLS+= pkg-config
NO_CONFIGURE= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PKGNAME:C/-[^-]*$//} ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/gnome-clipboard-daemon ${PREFIX}/bin/
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"