aboutsummaryrefslogtreecommitdiffstats
path: root/lang/smalltalk
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 /lang/smalltalk
parent855b1df39bc3a6f03abf878d9c99b5ba0838ba35 (diff)
downloadfreebsd-ports-graphics-b028b113ef13fa7972bb45d681d7a0abe47c40a6.tar.gz
freebsd-ports-graphics-b028b113ef13fa7972bb45d681d7a0abe47c40a6.tar.zst
freebsd-ports-graphics-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 'lang/smalltalk')
-rw-r--r--lang/smalltalk/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index 348f7611c38..780154166dd 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -27,9 +27,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
ac_cv_prog_EMACS=no
-CONFIGURE_ARGS= --mandir=${MANPREFIX}/man \
- --infodir=${PREFIX}/${INFO_PATH} \
- --enable-generational-gc=no \
+CONFIGURE_ARGS= --enable-generational-gc=no \
--enable-gtk=no \
--with-emacs=no \
--with-gmp=no
f7'>Update to 2.9.4.delphij2015-05-283-5/+4 * Pass "automounted" mount option to mount_fusefs(8)jbeich2015-02-202-1/+9 * - Add LICENSEamdmi32014-10-302-1/+3 * sysutils/fusefs-libs: IGNORE on DragonFly (fusefs not implemented)marino2014-10-201-1/+7 * Add USES=libtool and INSTALL_TARGET=install-striptijl2014-08-282-5/+7 * Bump PORTREVISION after last leftover fix, so that there are no more complain...antoine2014-02-121-1/+1 * Fix DOCSDIR/libs leftoverantoine2014-02-041-3/+2 * - unmute docs installationrm2014-01-272-6/+2 * Drop maintainershipbapt2013-12-171-1/+1 * Unconditionnaly install docs and remove inclusion of bsd.port.options.mkbapt2013-10-191-5/+0 * Fix packagingbapt2013-09-281-2/+2 * Change the way to handle DOCS to please pkg_install stupiditybapt2013-09-252-2/+4 * Readd the dirrm for the different docs dirbapt2013-09-241-0/+2 * - Bump PORTREVISION to fix missing PORTEXAMPLES,PORTDOCS,PORTDATAbdrewery2013-09-231-0/+1 * Fix packaging.madpilot2013-09-231-3/+3 * Use stage, convert TEXT_DOCS to PORTDOCSbapt2013-09-232-20/+11 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Remove useless dependency on pkgconfbapt2013-07-251-1/+1 * - Take maintainershipbapt2013-07-243-12/+76 * - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-2/+1 * Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1 * Do not try to remove DOCSDIR is build without docsbapt2013-03-131-1/+1 * - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)gahr2013-02-281-9/+0 * Update to 2.9.2flo2012-10-263-18/+4 * - update sysutils/fusefs-libs to 2.9.1flo2012-09-215-31/+37 * new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-2/+1