svn commit: r366451 - head/devel/libytnef
Tijl Coosemans
tijl at FreeBSD.org
Thu Aug 28 19:53:10 UTC 2014
Author: tijl
Date: Thu Aug 28 19:53:09 2014
New Revision: 366451
URL: http://svnweb.freebsd.org/changeset/ports/366451
QAT: https://qat.redports.org/buildarchive/r366451/
Log:
- Convert to USES=libtool and add INSTALL_TARGET=install-strip
- Remove PORTDOCS because all files are empty
Modified:
head/devel/libytnef/Makefile
head/devel/libytnef/pkg-plist
Modified: head/devel/libytnef/Makefile
==============================================================================
--- head/devel/libytnef/Makefile Thu Aug 28 19:44:35 2014 (r366450)
+++ head/devel/libytnef/Makefile Thu Aug 28 19:53:09 2014 (r366451)
@@ -3,23 +3,16 @@
PORTNAME= libytnef
PORTVERSION= 1.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel mail
MASTER_SITES= SF/ytnef/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Unpack data in MS Outlook TNEF format
-OPTIONS_DEFINE= DOCS
-
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= libtool
+INSTALL_TARGET= install-strip
+USES= libtool
USE_LDCONFIG= yes
-PORTDOCS= AUTHORS NEWS README
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-
.include <bsd.port.mk>
Modified: head/devel/libytnef/pkg-plist
==============================================================================
--- head/devel/libytnef/pkg-plist Thu Aug 28 19:44:35 2014 (r366450)
+++ head/devel/libytnef/pkg-plist Thu Aug 28 19:53:09 2014 (r366451)
@@ -5,6 +5,6 @@ include/tnef-errors.h
include/tnef-types.h
include/ytnef.h
lib/libytnef.a
-lib/libytnef.la
lib/libytnef.so
lib/libytnef.so.0
+lib/libytnef.so.0.0.0
More information about the svn-ports-all
mailing list