diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-09 06:01:40 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-09 06:01:40 +0000 |
commit | 06964e94bdc895990306c6151edfc491ffc0a9c7 (patch) | |
tree | a084b3eb68925767dd022287272e564d1571f15c /games/freeciv | |
parent | On FreeBSD 4.x: rename cxm0 to bktr0 in setchannel.c (diff) |
- Fix plist. Add missed man pages.
- Bump PORTREVISION.
Reported by: kris via pointyhat
Notes
Notes:
svn path=/head/; revision=134909
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 4 | ||||
-rw-r--r-- | games/freeciv/pkg-plist | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 835921b0d69c..823c55f0c8d0 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -7,7 +7,7 @@ PORTNAME= freeciv PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \ ftp://ftp.netc.pt/pub/freeciv/stable/ \ @@ -29,6 +29,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +MAN6= civserver.6 civclient.6 + .include <bsd.port.pre.mk> .if !defined(WITH_GTK) && !defined(WITH_GTK12) && !defined(WITH_GTK2) && \ diff --git a/games/freeciv/pkg-plist b/games/freeciv/pkg-plist index dd37f8e9a2fb..6cb32439694d 100644 --- a/games/freeciv/pkg-plist +++ b/games/freeciv/pkg-plist @@ -326,6 +326,8 @@ share/locale/uk/LC_MESSAGES/freeciv.mo share/applications/freeciv.desktop @unexec rmdir %D/share/locale/fi/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/fi 2>/dev/null || true +@unexec rmdir %D/share/locale/he_IL/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/he_IL 2>/dev/null || true @unexec rmdir %D/share/locale/no/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/no 2>/dev/null || true @unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true |