[Midnightbsd-cvs] mports [16238] trunk/devel/libtool: fix man pages
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Apr 12 22:21:10 EDT 2014
Revision: 16238
http://svnweb.midnightbsd.org/mports/?rev=16238
Author: laffer1
Date: 2014-04-12 22:21:09 -0400 (Sat, 12 Apr 2014)
Log Message:
-----------
fix man pages
Modified Paths:
--------------
trunk/devel/libtool/Makefile
trunk/devel/libtool/pkg-plist
Modified: trunk/devel/libtool/Makefile
===================================================================
--- trunk/devel/libtool/Makefile 2014-04-13 02:08:12 UTC (rev 16237)
+++ trunk/devel/libtool/Makefile 2014-04-13 02:21:09 UTC (rev 16238)
@@ -2,6 +2,7 @@
PORTNAME?= libtool
PORTVERSION= 2.4.2
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libtool
@@ -9,6 +10,7 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Generic shared library support script
+
LICENSE= gpl2
GNU_CONFIGURE= yes
@@ -15,10 +17,10 @@
CONFIGURE_ARGS?= --disable-ltdl-install
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
INFO?= libtool
-.if ${PORTNAME} != "libltdl"
-MAN1= libtool.1 libtoolize.1
-.endif
+post-extract:
+ @${RM} -f ${WRKSRC}/doc/*.info*
+
post-patch:
@${REINPLACE_CMD} -e 's|sed gsed|sed|g' \
-e 's|CC=cc|CC=${CC}|g' \
Modified: trunk/devel/libtool/pkg-plist
===================================================================
--- trunk/devel/libtool/pkg-plist 2014-04-13 02:08:12 UTC (rev 16237)
+++ trunk/devel/libtool/pkg-plist 2014-04-13 02:21:09 UTC (rev 16238)
@@ -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
More information about the Midnightbsd-cvs
mailing list