summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-18 10:45:21 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-18 10:45:21 +0000
commitbd4006d1d531d1cc5f9c770fe4f4992f903c4edc (patch)
tree57bab670e6df6ceb1c66d35149cbeb9002f63fc0
parent74ca937ba8aa56df2bee66c600bd1642005c5be3 (diff)
downloadfreebsd-ports-bd4006d1d531d1cc5f9c770fe4f4992f903c4edc.zip
Remove old libtool patch and add INSTALL_TARGET=install-strip
-rw-r--r--devel/libPropList/Makefile6
-rw-r--r--devel/libPropList/files/patch-configure11
2 files changed, 2 insertions, 15 deletions
diff --git a/devel/libPropList/Makefile b/devel/libPropList/Makefile
index bd9d23c0853b..1eb9d213ab0d 100644
--- a/devel/libPropList/Makefile
+++ b/devel/libPropList/Makefile
@@ -11,15 +11,13 @@ DISTNAME= libPropList-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Property library for gnome and Window Maker
-USES= libtool
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+USES= libtool
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e "s,mkdir rmdir,mkdir mkstemp rmdir," \
${WRKSRC}/configure
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libPropList.so
-
.include <bsd.port.mk>
diff --git a/devel/libPropList/files/patch-configure b/devel/libPropList/files/patch-configure
deleted file mode 100644
index ac2169721d1c..000000000000
--- a/devel/libPropList/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Tue May 31 16:56:15 2005
-+++ configure Tue May 31 16:56:26 2005
-@@ -1452,7 +1452,7 @@
- LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
- LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
- DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
--${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-+$ac_aux_dir/ltconfig --no-reexec \
- $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
- || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
-