aboutsummaryrefslogtreecommitdiffstats
path: root/games/crimson/Makefile
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-07-23 17:36:51 +0800
committerrafan <rafan@FreeBSD.org>2007-07-23 17:36:51 +0800
commitb028b113ef13fa7972bb45d681d7a0abe47c40a6 (patch)
treea76a27ca09341f754b493c264ee71c912a553d89 /games/crimson/Makefile
parent855b1df39bc3a6f03abf878d9c99b5ba0838ba35 (diff)
downloadfreebsd-ports-gnome-b028b113ef13fa7972bb45d681d7a0abe47c40a6.tar.gz
freebsd-ports-gnome-b028b113ef13fa7972bb45d681d7a0abe47c40a6.tar.zst
freebsd-ports-gnome-b028b113ef13fa7972bb45d681d7a0abe47c40a6.zip
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
Diffstat (limited to 'games/crimson/Makefile')
-rw-r--r--games/crimson/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/games/crimson/Makefile b/games/crimson/Makefile
index b90d529641d5..6767b037c33b 100644
--- a/games/crimson/Makefile
+++ b/games/crimson/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= carpetsmoker@xs4all.nl
COMMENT= Tactical war game in the tradition of Battle Isle
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --mandir=${PREFIX}/man
USE_GMAKE= yes
USE_SDL= mixer sdl ttf
>-1/+1 | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 * Add DOCS options to ports that should have one.mat2018-09-101-0/+2 | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine * Update math/gsl to 2.5tcberner2018-06-231-1/+1 | | | | PR: 229067 * Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-111-1/+1 | | | | version 1.1.0 (via revision 464079). * Multiple ports:jwb2018-01-31