aboutsummaryrefslogtreecommitdiff
path: root/games/wesnoth-devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-12-29 10:25:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-12-29 10:25:55 +0000
commit8ca9f0d689da66571bc62f4642a5fc6ac4ebe14e (patch)
tree1f380ac2d80c13dc88fd1b7b3fd381f31d9a658d /games/wesnoth-devel
parenta65a5c94110a45eb7dc67ed597acaaa99425cac3 (diff)
downloadports-8ca9f0d689da66571bc62f4642a5fc6ac4ebe14e.tar.gz
ports-8ca9f0d689da66571bc62f4642a5fc6ac4ebe14e.zip
Notes
Diffstat (limited to 'games/wesnoth-devel')
-rw-r--r--games/wesnoth-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile
index 4934e0be001a..403865869e4c 100644
--- a/games/wesnoth-devel/Makefile
+++ b/games/wesnoth-devel/Makefile
@@ -70,7 +70,7 @@ BROKEN= does not compile
.for manlang in ${MANLANG_GAME}
MAN6_${manlang:U}= wesnoth.6
-.if defined(NOMANCOMPRESS)
+.if defined(NO_MANCOMPRESS)
PLIST_FILES+= man/${manlang}/man6/wesnoth.6
.else
PLIST_FILES+= man/${manlang}/man6/wesnoth.6.gz
@@ -208,7 +208,7 @@ BROKEN= NOPORT(DOCS|DATA) is not supported
post-install: .SILENT
-update-desktop-database
-.if !defined(NOMANCOMPRESS)
+.if !defined(NO_MANCOMPRESS)
. for manlang in ${MANLANG_GAME}
${GZIP_CMD} ${PREFIX}/man/${manlang}/man6/wesnoth.6
. endfor