aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-07-04 19:33:33 +0800
committermiwi <miwi@FreeBSD.org>2007-07-04 19:33:33 +0800
commit2c38afa908979f74e7baff85ab07bf52a8723102 (patch)
tree11e27834dd59390511bc23b72e3f2e03c83401c1 /misc
parent182e847c6722489eeb04da1ef7779224d0cc0703 (diff)
downloadfreebsd-ports-graphics-2c38afa908979f74e7baff85ab07bf52a8723102.tar.gz
freebsd-ports-graphics-2c38afa908979f74e7baff85ab07bf52a8723102.tar.zst
freebsd-ports-graphics-2c38afa908979f74e7baff85ab07bf52a8723102.zip
- Add specify mandir
PR: 114162 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Diffstat (limited to 'misc')
-rw-r--r--misc/e2fsprogs-libuuid/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/e2fsprogs-libuuid/Makefile b/misc/e2fsprogs-libuuid/Makefile
index d78b463f59d..f4a8def1ae2 100644
--- a/misc/e2fsprogs-libuuid/Makefile
+++ b/misc/e2fsprogs-libuuid/Makefile
@@ -12,14 +12,15 @@ PKGNAMESUFFIX= -libuuid
MAINTAINER= matthias.andree@gmx.de
COMMENT= UUID library from e2fsprogs package
-CONFIGURE_ARGS= --enable-elf-shlibs --disable-fsck --disable-e2initrd-helper
+CONFIGURE_ARGS= --enable-elf-shlibs --disable-fsck \
+ --disable-e2initrd-helper --mandir=${MANPREFIX}/man
CONFLICTS= ossp-uuid-[0-9]*
WITHOUT_NLS= yes
MASTERDIR= ${.CURDIR}/../../sysutils/e2fsprogs
MAKE_ARGS= LIB_SUBDIRS=lib/uuid
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
ALL_TARGET= libs
INSTALL_TARGET= install install-shlibs
INSTALL_WRKSRC= ${WRKSRC}/lib/uuid