From 5bc36b3862d94b7ab699ae5b01dabc872ce85af1 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 27 Jan 2014 10:37:08 +0000 Subject: [PATCH] Support stage --- devel/libltdl/Makefile | 4 ++-- devel/libtool/Makefile | 6 ------ devel/libtool/pkg-plist | 2 ++ 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/devel/libltdl/Makefile b/devel/libltdl/Makefile index b0f4dc525f42..485cdda68e6f 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 2de8103f1396..b655c8801194 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 d4bbdd78ca36..73741f945f69 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