aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
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 /deskutils
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 'deskutils')
-rw-r--r--deskutils/doodle/Makefile1
-rw-r--r--deskutils/gdesklets/Makefile1
-rw-r--r--deskutils/gnome-utils/Makefile4
3 files changed, 0 insertions, 6 deletions
diff --git a/deskutils/doodle/Makefile b/deskutils/doodle/Makefile
index 82eeebba0f61..6944b4f53426 100644
--- a/deskutils/doodle/Makefile
+++ b/deskutils/doodle/Makefile
@@ -22,7 +22,6 @@ USE_GETTEXT= yes
USE_FAM= yes
USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --mandir=${PREFIX}/man
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= doodle.1 doodled.1
diff --git a/deskutils/gdesklets/Makefile b/deskutils/gdesklets/Makefile
index c88a696d1624..f15efdcdbc5f 100644
--- a/deskutils/gdesklets/Makefile
+++ b/deskutils/gdesklets/Makefile
@@ -43,7 +43,6 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}"
-CONFIGURE_ARGS= --mandir=${PREFIX}/man/
post-install:
@${MKDIR} ${PREFIX}/share/gnome/gdesklets/Displays
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile
index 1a6a6ac68250..b934e0e2e860 100644
--- a/deskutils/gnome-utils/Makefile
+++ b/deskutils/gnome-utils/Makefile
@@ -39,8 +39,4 @@ MAN1= gnome-dictionary.1 gnome-search-tool.1 gnome-system-log.1 \
GCONF_SCHEMAS= gnome-dictionary.schemas gnome-screenshot.schemas \
gnome-search-tool.schemas logview.schemas baobab.schemas
-post-patch:
- @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} -n 10 \
- ${REINPLACE_CMD} -e 's|@mandir@|${PREFIX}/man|'
-
.include <bsd.port.mk>