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:
parent
f51ddddc25
commit
2330ddb857
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue