diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-27 10:37:08 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-27 10:37:08 +0000 |
commit | 2de3e95664a74cafb7f5c381bfaaa486a4a3c8b1 (patch) | |
tree | 96cf2b69dbaf00c022a15d9d04824203bc7c2523 | |
parent | 7af1a20c2e7465f802d59663fe8c3ff24c717b0b (diff) | |
download | FreeBSD-ports-2de3e95664a74cafb7f5c381bfaaa486a4a3c8b1.zip FreeBSD-ports-2de3e95664a74cafb7f5c381bfaaa486a4a3c8b1.tar.gz |
Support stage
-rw-r--r-- | devel/libltdl/Makefile | 4 | ||||
-rw-r--r-- | devel/libtool/Makefile | 6 | ||||
-rw-r--r-- | devel/libtool/pkg-plist | 2 |
3 files changed, 4 insertions, 8 deletions
diff --git a/devel/libltdl/Makefile b/devel/libltdl/Makefile index b0f4dc5..485cdda 100644 --- a/devel/libltdl/Makefile +++ b/devel/libltdl/Makefile @@ -7,7 +7,8 @@ MASTERDIR= ${.CURDIR}/../../devel/libtool COMMENT= System independent dlopen wrapper LICENSE= LGPL21 -LICENSE_FILE= ${CONFIGURE_WRKSRC}/COPYING.LIB +CONFIGURE_ENV= LTVERHACK=1 +MAKE_ENV= LTVERHACK=1 USE_GNOME= ltverhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool @@ -21,5 +22,4 @@ DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist INFO= # empty -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile index 2de8103..b655c880 100644 --- a/devel/libtool/Makefile +++ b/devel/libtool/Makefile @@ -13,7 +13,6 @@ MAINTAINER= autotools@FreeBSD.org COMMENT?= Generic shared library support script LICENSE?= GPLv2 -LICENSE_FILE?= ${WRKSRC}/COPYING CONFLICTS= libtool-fixed-[0-9]* @@ -21,11 +20,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS?= --disable-ltdl-install CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" INFO?= libtool -.if ${PORTNAME} != "libltdl" -MAN1= libtool.1 libtoolize.1 -.endif - -NO_STAGE= yes post-extract: @${RM} -f ${WRKSRC}/doc/*.info* diff --git a/devel/libtool/pkg-plist b/devel/libtool/pkg-plist index d4bbdd7..73741f9 100644 --- a/devel/libtool/pkg-plist +++ b/devel/libtool/pkg-plist @@ -1,5 +1,7 @@ bin/libtool bin/libtoolize +man/man1/libtool.1.gz +man/man1/libtoolize.1.gz share/aclocal/argz.m4 share/aclocal/libtool.m4 share/aclocal/ltdl.m4 |