diff options
author | minskim <minskim@pkgsrc.org> | 2004-08-05 17:27:42 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-08-05 17:27:42 +0000 |
commit | 5ed8de4a9c6cfff6f148825a9ee84aa886c3d1dc (patch) | |
tree | bd6d563f7879f829c947f6196132ad67ea20c079 /games/scummvm | |
parent | 870792f95db0e258d867a6d8625f523680e961f1 (diff) | |
download | pkgsrc-5ed8de4a9c6cfff6f148825a9ee84aa886c3d1dc.tar.gz |
No need to create share/pixmaps because xdg-dirs does.
Diffstat (limited to 'games/scummvm')
-rw-r--r-- | games/scummvm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index f7c69997f79..8585b25a6fe 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/07/27 13:40:36 adam Exp $ +# $NetBSD: Makefile,v 1.26 2004/08/05 17:27:42 minskim Exp $ DISTNAME= scummvm-0.6.1-src PKGNAME= scummvm-0.6.1 @@ -25,7 +25,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/scummvm.6 ${PREFIX}/man/man6 ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/scummvm - ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/scummvm.xpm ${PREFIX}/share/pixmaps .include "../../audio/libmad/buildlink3.mk" |