diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-29 08:38:19 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-29 08:38:19 +0000 |
commit | 1f5467cabc8c39f68527fa70a97c7639e6733008 (patch) | |
tree | 05d1c3a14b4f24d851b1f2b976a3e8ced7e79c13 | |
parent | cea12982165e44d39938f540d5ba5a34187bceda (diff) | |
download | ports-1f5467cabc8c39f68527fa70a97c7639e6733008.tar.gz ports-1f5467cabc8c39f68527fa70a97c7639e6733008.zip |
Notes
-rw-r--r-- | games/amoebax/Makefile | 4 | ||||
-rw-r--r-- | games/amoebax/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/games/amoebax/Makefile b/games/amoebax/Makefile index bc82d954a033..fdf91b1721d5 100644 --- a/games/amoebax/Makefile +++ b/games/amoebax/Makefile @@ -19,11 +19,9 @@ LICENSE_PERMS_FAL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_SDL= sdl mixer image -MAN6= amoebax.6 - PORTDOCS= * post-patch: diff --git a/games/amoebax/pkg-plist b/games/amoebax/pkg-plist index 887d8e7fb84a..9cf3bbc56984 100644 --- a/games/amoebax/pkg-plist +++ b/games/amoebax/pkg-plist @@ -1,4 +1,5 @@ bin/amoebax +man/man6/amoebax.6.gz %%DATADIR%%/fonts/fontMenu480.png %%DATADIR%%/fonts/fontMenu600.png %%DATADIR%%/fonts/fontMenu768.png |