diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-12 02:48:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-12 02:48:19 +0000 |
commit | cf8b48dc6bff4c75ae8cd03fd0b99f5bd3c5bb84 (patch) | |
tree | b39f66b3d05f1ac0492c093680ee7a0935af6f70 | |
parent | 4f93516e898eaf4864323b7367aad1f70dcebca6 (diff) |
Notes
-rw-r--r-- | games/bs/Makefile | 1 | ||||
-rw-r--r-- | games/empire/Makefile | 1 | ||||
-rw-r--r-- | games/galaxis/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile index 3887402a84af..b2dee1e85af7 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -15,6 +15,7 @@ COMMENT= Battleships solitaire game with a color interface MAKE_ARGS= CC="${CC}" ALL_TARGET= # empty +USE_GMAKE= yes MAN6= bs.6 PLIST_FILES= bin/bs diff --git a/games/empire/Makefile b/games/empire/Makefile index e41a7eb562f8..a4f3433d228b 100644 --- a/games/empire/Makefile +++ b/games/empire/Makefile @@ -17,6 +17,7 @@ COMMENT= Solitaire empire game "VMS Empire" MAN6= empire.6 PLIST_FILES= bin/empire %%DOCSDIR%%/BUGS %%DOCSDIR%%/README PLIST_DIRS= %%DOCSDIR%% +USE_GMAKE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vms-empire ${PREFIX}/bin/empire diff --git a/games/galaxis/Makefile b/games/galaxis/Makefile index 50ae8d5ee060..3202998a7a05 100644 --- a/games/galaxis/Makefile +++ b/games/galaxis/Makefile @@ -15,6 +15,7 @@ COMMENT= Clone of the nifty little Macintosh game MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" ALL_TARGET= ${PORTNAME} +USE_GMAKE= yes MAN6= galaxis.6 PLIST_FILES= bin/galaxis |