diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-15 09:16:17 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-15 09:16:17 +0800 |
commit | b4494eed6a4ee6b558efad4e353be6108881aaae (patch) | |
tree | be37c19b31bc65abffd09f0edfb9ab5250de18a7 /games | |
parent | 83be90380033baf09cdb347faf85c273ce508492 (diff) | |
download | freebsd-ports-gnome-b4494eed6a4ee6b558efad4e353be6108881aaae.tar.gz freebsd-ports-gnome-b4494eed6a4ee6b558efad4e353be6108881aaae.tar.zst freebsd-ports-gnome-b4494eed6a4ee6b558efad4e353be6108881aaae.zip |
Split xpilot-ng into xpilot-ng-client and xpilot-ng-server.
PR: ports/66762
Submitted by: myself
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 42b0a491016a..9ebd05289ba0 100644 --- a/games/Makefile +++ b/games/Makefile @@ -620,7 +620,8 @@ SUBDIR += xpenguins SUBDIR += xphotohunter SUBDIR += xpilot - SUBDIR += xpilot-ng + SUBDIR += xpilot-ng-client + SUBDIR += xpilot-ng-server SUBDIR += xpilotmon SUBDIR += xpipeman SUBDIR += xpired |