diff options
author | drochner <drochner@pkgsrc.org> | 2008-01-11 13:14:39 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-01-11 13:14:39 +0000 |
commit | 8a42d64042f6da60bbda02d2322b4d33be627482 (patch) | |
tree | cafa4106ff07e623592b313f4e32fcf71a91b4a9 /graphics | |
parent | 2de922221e0a08294bf3cbd94fd1866208ab2a99 (diff) | |
download | pkgsrc-8a42d64042f6da60bbda02d2322b4d33be627482.tar.gz |
fix build of desktop file
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fotox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/fotox/Makefile b/graphics/fotox/Makefile index a6121106125..931a625edce 100644 --- a/graphics/fotox/Makefile +++ b/graphics/fotox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/01/09 19:21:08 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2008/01/11 13:14:39 drochner Exp $ # DISTNAME= fotox.34 @@ -22,7 +22,7 @@ SUBST_FILES.data= zfuncs.cpp SUBST_VARS.data= FDATA do-build: - (cd ${WRKSRC} && ${SH} build ${PREFIX}/bin y) + (cd ${WRKSRC} && ${SH} build ${PREFIX} y) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fotox ${PREFIX}/bin |