diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
commit | 235481b52a44969361f4c688e6e9d10798bd35d9 (patch) | |
tree | d4069fbea1d4f696753c9b5ab1500babadc62de2 /emulators/vgb/Makefile | |
parent | 8b6def2e156a5db9ad4f6d2291f8421ebb21bd14 (diff) | |
download | ports-235481b52a44969361f4c688e6e9d10798bd35d9.tar.gz ports-235481b52a44969361f4c688e6e9d10798bd35d9.zip |
Notes
Diffstat (limited to 'emulators/vgb/Makefile')
-rw-r--r-- | emulators/vgb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vgb/Makefile b/emulators/vgb/Makefile index 7ccf160e7c74..e89acc587b0a 100644 --- a/emulators/vgb/Makefile +++ b/emulators/vgb/Makefile @@ -3,7 +3,7 @@ # Date created: 31 October 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.5 1998/08/05 09:30:50 asami Exp $ +# $Id: Makefile,v 1.6 1999/01/12 16:51:11 vanilla Exp $ # DISTNAME= GB @@ -19,7 +19,7 @@ CONFIGURE_ENV= X11BASE=${X11BASE} do-install: @${INSTALL_PROGRAM} ${WRKSRC}/gblist ${PREFIX}/bin - @mkdir -p ${PREFIX}/libexec/VGB ${PREFIX}/share/VGB + @${MKDIR} ${PREFIX}/libexec/VGB ${PREFIX}/share/VGB @${INSTALL_PROGRAM} ${WRKSRC}/vgb ${PREFIX}/libexec/VGB @${INSTALL_DATA} ${WRKSRC}/CART.GB ${PREFIX}/share/VGB @${INSTALL_SCRIPT} ${WRKSRC}/vgb.sh ${PREFIX}/bin/vgb |